Exemplo n.º 1
0
 public void CloseRefundTime()
 {
     back.Show();
     back.CloseChoice();
     this.Close();
 }
Exemplo n.º 2
0
 public void CloseBuy()
 {
     backChoice.Show();
     backChoice.CloseChoice();
     this.Close();
 }
Exemplo n.º 3
0
 public void CancelButton_Click(object sender, EventArgs e)
 {
     choice.Show();
     choice.CloseChoice();
     this.Close();
 }