Exemplo n.º 1
0
 private void BtnEdit_Click(object sender, EventArgs e)
 {
     TheShopReports.ShopFrmNew wphCa = new TheShopReports.ShopFrmNew(Convert.ToInt32(ShopDGV[2, ShopDGV.CurrentCell.RowIndex].Value.ToString()));
     wphCa.ShowDialog();
     mainsql();
 }
Exemplo n.º 2
0
 private void BTNNew_Click(object sender, EventArgs e)
 {
     TheShopReports.ShopFrmNew wphCa = new TheShopReports.ShopFrmNew(0);
     wphCa.ShowDialog();
     mainsql();
 }