示例#1
0
 public static bool RunHelper(object Item)
 {
     try
     {
         TaskMaker.GenerateTask(((Item)Item).Helper).RunSynchronously();
         return(true);
     }
     catch (Exception)
     {
         return(false);
     }
 }