Пример #1
0
 private void mnuItem_CustomerAccount_Click_1(object sender, EventArgs e)
 {
     frmCustomerAccounts frm = new frmCustomerAccounts();
     frm.ShowDialog();
 }
Пример #2
0
 private void mnuItem_CustomerAccount_Click(object sender, EventArgs e)
 {
     frmCustomerAccounts frm = new frmCustomerAccounts();
     switchForm(frm);
 }