Beispiel #1
0
 public static NewUserRegistrationPg GetInstance()
 {
     if (instance == null)
     {
         instance = new NewUserRegistrationPg();
     }
     instance.Show();
     return(instance);
 }
Beispiel #2
0
        private void btnRegister_Click(object sender, EventArgs e)
        {
            this.Hide();

            NewUserRegistrationPg.GetInstance();
        }