Esempio n. 1
0
 /// <summary>
 /// Deletes all the tasks from the application's jump list.
 /// </summary>
 public void ClearTasks()
 {
     _tasks.Clear();
 }