Exemple #1
0
        private void btnRegister_Click(object sender, EventArgs e)
        {
            this.Hide();
            RegisterAccountingAppForm registerAccountingAppForm = new RegisterAccountingAppForm();

            registerAccountingAppForm.Show();
        }
Exemple #2
0
        private void OnClickRegister(object sender, EventArgs e)
        {
            RegisterAccountingAppForm registerAccAppForm = new RegisterAccountingAppForm();

            registerAccAppForm.Show();
        }