Example #1
0
 /// <summary>
 /// Cancel a currently running work
 /// </summary>
 public static void Cancel()
 {
     CurrentProject.Cancel();
     if (!HasInit)
     {
         NewProject(UsedProgram);
     }
 }