Пример #1
0
 private void metroTile2_Click(object sender, EventArgs e)
 {
     AddStudent ads = new AddStudent();
     ads.Show();
 }