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