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