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