コード例 #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;
 }