Besatzung wird jetzt angezeigt

This commit is contained in:
Husky
2018-07-30 13:37:31 +02:00
parent 3b6b3a9080
commit 90e9191e4c
5 changed files with 76 additions and 48 deletions

View File

@@ -126,7 +126,7 @@ namespace KlassenBIB
grunddaten["KL_mech_true"] = this.VorbereitetMechanisch ? "X": "";
grunddaten["KL_rob_true"] = this.VorbereitetRoboter ? "X": "";
grunddaten["KL_HD_date"] = this.Datum.ToShortDateString();
grunddaten["KL_Besatzung"] = "";
grunddaten["KL_Besatzung"] = this.Besatzung;
grunddaten["liner_laenge"] = LaengeGesamt;
grunddaten["Charge_Liner"] = this.LinerChargenummer;
grunddaten["Charge_Harz"] = this.HarzChargenummer;

View File

@@ -18,6 +18,10 @@ namespace KlassenBIB
/// <summary>
///
/// </summary>
public string Besatzung { get; set; }
/// <summary>
///
/// </summary>
public Guid Guid { get => guid; set => guid = value; }
/// <summary>
///