示例#1
0
 /// <summary>
 /// Vouchertype combobox fill
 /// </summary>
 public void VoucherTypeComboFill()
 {
     try
     {
         spVoucherType.voucherTypeComboFill(cmbVoucherType, true);
     }
     catch (Exception ex)
     {
         MessageBox.Show(" PVSBR:3" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }
示例#2
0
 /// <summary>
 /// Vouchertype combobox fill
 /// </summary>
 public void VoucherTypeComboFill()
 {
     try
     {
         spVoucherType.voucherTypeComboFill(cmbVoucherType, true);
     }
     catch (Exception ex)
     {
         formMDI.infoError.ErrorString = "FSR3:" + ex.Message;
     }
 }