示例#1
0
文件: 메인.cs 项目: slsk36/C-
 private void button3_Click(object sender, EventArgs e)
 {
     예매 reservation = new 예매();
     reservation.ShowDialog();
 }
示例#2
0
 public 좌석(예매 r)
 {
     InitializeComponent();
     this.reserv = r;
 }