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