示例#1
0
 public void CallBackFromReportEdit(string billno, ProductSale prodSale)
 {
     TempBillClear(billno);
 }
示例#2
0
 public void CallBackFromReportExit(string billno, ProductSale prodSale)
 {
     TempBillClear(billno);
     prodSale.dataGridViewSale.Rows.Clear();
 }
示例#3
0
 public void CallBackFromReport(string billno, CustomerBillData cusBill, CustomerInfoDetails custInfo, ProductSale prodSale)
 {
     //MessageBox.Show("Please enter First Name!" + billno);
     customerBillData    = cusBill;
     customerInfoDetails = custInfo;
     ProductFinalSale(billno);
     prodSale.dataGridViewSale.Rows.Clear();
 }