Пример #1
0
 public NotasTarefa()
 {
     InitializeComponent();
     LvNotasTarefa.ItemsSource = tarefaDao.CarregaNotasTarefas();
 }