Example #1
0
 private void seat_manage_normal_Click(object sender, EventArgs e)
 {
     this.Hide();
     theater_Seating seat = new theater_Seating();
     seat.ShowDialog();
 }
Example #2
0
File: Main.cs Project: Aneetha/Test
 public static void seat_manage()
 {
     theater_Seating seat = new theater_Seating();
     seat.ShowDialog();
 }