コード例 #1
0
ファイル: ChargeRules.cs プロジェクト: msifi/SBFA
 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");
     }
 }
コード例 #2
0
ファイル: ValidationRules.cs プロジェクト: msifi/SBFA
 private void ValidationRules_Load(object sender, EventArgs e)
 {
     Globals.SetDataTypePickList(cmbDataType);
 }