Ejemplo n.º 1
0
 private void seat_manage_normal_Click(object sender, EventArgs e)
 {
     this.Hide();
     theater_Seating seat = new theater_Seating();
     seat.ShowDialog();
 }
Ejemplo n.º 2
0
Archivo: Main.cs Proyecto: Aneetha/Test
 public static void seat_manage()
 {
     theater_Seating seat = new theater_Seating();
     seat.ShowDialog();
 }