コード例 #1
0
 public override void Execute()
 {
     try
     {
         ctrl.AllStep();
     }
     catch (Exception e) // MyStatementExecutionException
     {
         Console.WriteLine(e.ToString());
         // todo: treat this exception
     }
 }