Exemple #1
0
 private void btnNew_Click(object sender, EventArgs e)
 {
     InfoPos.fo_Customer.frmCustomer frm = new fo_Customer.frmCustomer(_core,
                                                                       Static.ToStr(txtCustNo.EditValue),
                                                                       Static.ToStr(0),
                                                                       "",
                                                                       "",
                                                                       Static.ToStr(txtCorp.EditValue),
                                                                       Static.ToStr(txtRegNo.EditValue)
                                                                       );
     frm.ShowDialog();
     DataRefresh(1);
 }
Exemple #2
0
 public void SubMenu_CreateCustomer()
 {
     InfoPos.fo_Customer.frmCustomer frm = new fo_Customer.frmCustomer(_core, "", "", "", "", "", "");
     frm.ShowDialog();
 }