Exemplo n.º 1
0
 private void NewGuest(object sender, EventArgs e)
 {
     register = new Register(this);
     Hide();
     register.Show();
 }