Esempio n. 1
0
File: 메인.cs Progetto: slsk36/C-
 private void button3_Click(object sender, EventArgs e)
 {
     예매 reservation = new 예매();
     reservation.ShowDialog();
 }
Esempio n. 2
0
 public 좌석(예매 r)
 {
     InitializeComponent();
     this.reserv = r;
 }