示例#1
0
 private void seat_manage_normal_Click(object sender, EventArgs e)
 {
     this.Hide();
     theater_Seating seat = new theater_Seating();
     seat.ShowDialog();
 }
示例#2
0
文件: Main.cs 项目: Aneetha/Test
 public static void seat_manage()
 {
     theater_Seating seat = new theater_Seating();
     seat.ShowDialog();
 }