コード例 #1
0
 private void CarregarContatos()
 {
     using (var agenda = new Agenda())
     {
         Contatos = new ObservableCollection<Contato>(agenda.Todos());
     }
 }