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(); }
private void BtnAdd_Click(object sender, EventArgs e) { TheShopReports.CustomerUnitSet cus = new TheShopReports.CustomerUnitSet(0); cus.ShowDialog(); Brow(); }