Ejemplo n.º 1
0
 private void ChargeRules_Load(object sender, EventArgs e)
 {
     try
     {
         Globals.SetDataTypePickList(cmbDataType, "fee");
         Globals.SetDataTypePickList(cmbEvalDataType);
         Globals.SetValueExecutionPickList(cmbExecutiontype);
     }
     catch
     {
         ShowErrorMessage("There has been an error pre-loading lists");
     }
 }