Es wird nach aktuelle Besatzung gefragt
This commit is contained in:
@@ -396,5 +396,13 @@ namespace SanSystem
|
||||
generateDichtheitsprüfung.Start();
|
||||
|
||||
}
|
||||
|
||||
private void txt_besatzung_Enter(object sender, EventArgs e)
|
||||
{
|
||||
if (txt_besatzung.Text.Equals(string.Empty) && Global.Instance.AktuelleBesatzung != string.Empty)
|
||||
{
|
||||
txt_besatzung.Text = Global.Instance.AktuelleBesatzung;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user