コード例 #1
0
 public void ListJobNumberByDescriptionWithGeneral()
 {
     try
     {
         using (_jobModel = new JobModel())
         {
             _view.JobList = _jobModel.ListAllJobsByNumberWithGeneral(_view.PrefixText);
         }
     }
     catch (Exception ex)
     {
         Logger.Write(string.Format("An Error has ocurred while trying to load the Job Status Information!\n{0}\n{1}", ex.Message, ex.StackTrace));
     }
 }