Example #1
0
 public void TodoListLoad()
 {
     _todolist.Load();
     foreach (Todo todo in _todolist)
     {
         _view.Add(todo);
     }
 }