public void CallBackFromReportEdit(string billno, ProductSale prodSale) { TempBillClear(billno); }
public void CallBackFromReportExit(string billno, ProductSale prodSale) { TempBillClear(billno); prodSale.dataGridViewSale.Rows.Clear(); }
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(); }