示例#1
0
 public void SetPanels(Form1 form, Painel painel)
 {
     CarregarLinks();
     progressBar1.Visible = false;
     _painel = painel;
     _form1  = form;
 }
示例#2
0
 public void SetPanels(Tarefas tarefas, Painel painel)
 {
     _tarefas = tarefas;
     _painel  = painel;
     CarregarLinks();
 }
示例#3
0
 public void SetPanels(TelaInicial form, Painel painel)
 {
     _form   = form;
     _painel = painel;
     CarregarLinks();
 }