0

这是我目前正在使用的,但我正在寻找另一种不需要任务名称的方式。

using (TaskService ts = new TaskService())
{
    ts.RootFolder.DeleteTask(TaskName);
}
4

0 回答 0