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