예제 #1
0
 private void Delete(int option)
 {
     tasks.Delete(option - 1);
     Sort();
 }