예제 #1
0
 public Problem1WorkflowManager()
 {
     try
     {
         QuestionMap.LoadMap();
         caculatorEngine = new CaculatorEngine();
         questions       = new List <string>();
     }
     catch (Exception ex)
     {
         Console.WriteLine(ex);
     }
 }
 public Problem1WorkflowManager()
 {
     try
     {
         QuestionMap.LoadMap();
         caculatorEngine = new CaculatorEngine();
         questions = new List<string>();
     }
     catch (Exception ex)
     {
         Console.WriteLine(ex);
     }
 }