Preliner auswahl + MassenStatistik berechnung hinzugefügt
This commit is contained in:
@@ -27,6 +27,7 @@ namespace KlassenBIB
|
||||
double harzbedarf = 1.8;
|
||||
uint rueckholgeschwindigkeit = 24;
|
||||
bool geschlosseneEnde = false;
|
||||
bool preliner = false;
|
||||
DateTime anfangAushaertung;
|
||||
DateTime endeAushaertung;
|
||||
string ort;
|
||||
@@ -246,5 +247,9 @@ namespace KlassenBIB
|
||||
///
|
||||
/// </summary>
|
||||
public DateTime EndeKalibirierung { get => endeKalibirierung; set => endeKalibirierung = value; }
|
||||
/// <summary>
|
||||
/// Preliner
|
||||
/// </summary>
|
||||
public bool Preliner { get => preliner; set => preliner = value; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user