Beispiel #1
0
 public ListPerson(MenuForm f)
 {
     InitializeComponent();
     //f.BackColor = Color.Yellow;
 }
Beispiel #2
0
 public ClassForm(MenuForm f)
 {
     InitializeComponent();
     //f.BackColor = Color.Yellow;
 }
Beispiel #3
0
 public GameSessionForm(MenuForm f)
 {
     InitializeComponent();
     //f.BackColor = Color.Yellow;
 }