예제 #1
0
파일: frmMain.cs 프로젝트: kimboox44/POS
 private void mnuItem_SupplierAccount_Click_1(object sender, EventArgs e)
 {
     frmSupplierAccounts frm = new frmSupplierAccounts();
     frm.ShowDialog();
 }
예제 #2
0
파일: frmMain.cs 프로젝트: kimboox44/POS
 private void mnuItem_SupplierAccount_Click(object sender, EventArgs e)
 {
     frmSupplierAccounts frm = new frmSupplierAccounts();
     switchForm(frm);
 }