예제 #1
0
 private void btnSaveContact_Click(object sender, EventArgs e)
 {
     try
     {
         ParseSupplierContactsDetails();
         if (ObjBSupplier == null)
         {
             ObjBSupplier = new BSupplier();
         }
         _ObjEsupplier = ObjBSupplier.SaveSupplierContactDetails(_ObjEsupplier);
     }
     catch (Exception ex) { Utility.ShowError(ex); }
 }