示例#1
0
 /// <summary>
 /// Function to fill the pricinglevel combobox
 /// </summary>
 public void PricingLevelComboFill()
 {
     try
     {
         TransactionGenericFillObj.PricingLevelViewAll(cmbPricingLevel, true);
     }
     catch (Exception ex)
     {
         MessageBox.Show(" RPL6:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }