Exemplo n.º 1
0
 protected override void custom1()
 {
     if (gvproduct.DataRowCount > 0)
     {
         int pid = (int)gvproduct.GetFocusedRowCellValue("id");
         var frm = new ProductPriceForm(pid);
         frm.StartPosition = FormStartPosition.CenterParent;
         refreshFormData(frm);
     }
 }
Exemplo n.º 2
0
 protected override void custom1()
 {
     if (gvproduct.DataRowCount > 0)
     {
         int pid = (int)gvproduct.GetFocusedRowCellValue("id");
         var frm = new ProductPriceForm(pid);
         frm.StartPosition = FormStartPosition.CenterParent;
         refreshFormData(frm);
     }
 }