Example #1
0
 private void mnuItem_SupplierAccount_Click_1(object sender, EventArgs e)
 {
     frmSupplierAccounts frm = new frmSupplierAccounts();
     frm.ShowDialog();
 }
Example #2
0
 private void mnuItem_SupplierAccount_Click(object sender, EventArgs e)
 {
     frmSupplierAccounts frm = new frmSupplierAccounts();
     switchForm(frm);
 }