public static bool UpdateNewTask(Task task, ref string a_strErr) { if (DecetePro.UpdateTask(task, ref a_strErr) >= 1) { return(true); } else { return(false); } }