Example #1
0
 private void BtnEdit_Click(object sender, EventArgs e)
 {
     TheShopReports.CustomerUnitSet cus = new TheShopReports.CustomerUnitSet(Convert.ToInt32(WPHbROWDGV[0, WPHbROWDGV.CurrentCell.RowIndex].Value.ToString()));
     //STR_itemDBO wphpe = new STR_itemDBO(Convert.ToInt32(WPHbROWDGV[0, WPHbROWDGV.CurrentCell.RowIndex].Value.ToString()));
     cus.ShowDialog();
     Brow();
 }
Example #2
0
 private void BtnAdd_Click(object sender, EventArgs e)
 {
     TheShopReports.CustomerUnitSet cus = new TheShopReports.CustomerUnitSet(0);
     cus.ShowDialog();
     Brow();
 }