Es wird nach aktuelle Besatzung gefragt

This commit is contained in:
HuskyTeufel
2021-04-29 12:42:49 +02:00
parent a5677a93e7
commit 1112644cfe
9 changed files with 313 additions and 29 deletions

View File

@@ -81,6 +81,10 @@ namespace SanSystem
frmLinerReste.Show();
#if !DEBUG
FrmAktuelleBesatzung frmAktuelleBesatzung = new FrmAktuelleBesatzung();
frmAktuelleBesatzung.ShowDialog();
#endif
// Insgesammt eingebaut
double gesamt = 0.0;