Esempio n. 1
0
 private void addPriceForMonth(ref DataTable dt)
 {
     frmMonthStacYear frmMSY=new frmMonthStacYear();
     frmMSY.addPriceForMonth(ref dt);
 }
Esempio n. 2
0
 private void addPrice(ref DataTable dt,bool bRemove)
 {
     try
     {
         frmMonthStacYear frmMST=new frmMonthStacYear();
         frmMST.addPriceForDetail(ref dt);
     }
     catch(Exception ex){MessageBox.Show(ex.ToString());}
 }