コード例 #1
0
 private void refreshList()
 {
     TaskList.ClearValue(ItemsControl.ItemsSourceProperty);
     TaskList.ItemsSource = ToDoList;
 }