Пример #1
0
 public MainForm()
 {
     InitializeComponent();
     // Einfacher Befehl, um das Window auf Bildschirmgrösse festzulegen!!
     // this.WindowState = FormWindowState.Maximized;
     CmbFarbe.DataSource = Enum.GetValues(typeof(Farbe));
     CmbTyp.DataSource   = Enum.GetValues(typeof(Typ));
     // Liest File Boats.xlm ein = Bootsliste
     bootmodell.bootsListe = BootController.DeserializeXml("Boats.xlm");
 }