Exemplo n.º 1
0
 public static bool FinishNewTask(Task task, ref string a_strErr)
 {
     if (DecetePro.FinishTask(task, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }