public Spiel_erstellen(Frame root_Frame)
 {
     this.ausgewählte_farbe = FARBE.LEER;
     this.root_Frame        = root_Frame;
     InitializeComponent();
     this.comboBox_rot.SelectedIndex = 1;
     Spielerstellenlabel.Add(L_Name_Spieler_rot);
     Spielerstellenlabel.Add(L_Name_Spieler_gelb);
     Spielerstellenlabel.Add(L_Name_Spieler_gruen);
     Spielerstellenlabel.Add(L_Name_Spieler_blau);
     aktive_Seite = AKTIVE_SEITE.SPIEL_ERSTELLEN;
     Netzwerkkommunikation.Iinitialisiere_BC_IP_Addressen();
     Netzwerkkommunikation.Iinitialisiere_IP_Addressen();
 }