Exemple #1
0
 /// <summary>
 /// Function to Update values in VoucherType Table
 /// </summary>
 /// <param name="vouchertypeinfo"></param>
 public void VoucherTypeEdit(VoucherTypeInfo vouchertypeinfo)
 {
     try
     {
         spVoucherType.VoucherTypeEdit(vouchertypeinfo);
     }
     catch (Exception ex)
     {
         MessageBox.Show("VT17:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }