コード例 #1
0
 public void SetPanels(Tarefas tarefas, Painel painel)
 {
     _tarefas = tarefas;
     _painel  = painel;
     CarregarLinks();
 }