private void btnRegister_Click(object sender, EventArgs e) { this.Hide(); RegisterAccountingAppForm registerAccountingAppForm = new RegisterAccountingAppForm(); registerAccountingAppForm.Show(); }
private void OnClickRegister(object sender, EventArgs e) { RegisterAccountingAppForm registerAccAppForm = new RegisterAccountingAppForm(); registerAccAppForm.Show(); }