Example #1
0
 private void buttonRegister_Click(object sender, EventArgs e)
 {
     registration = new Registration(this);
     this.Hide();
     registration.ShowDialog();
 }
 public Display_Players(Registration registration)
 {
     this.registration = registration;
     InitializeComponent();
 }