public void SetPanels(Form1 form, Painel painel) { CarregarLinks(); progressBar1.Visible = false; _painel = painel; _form1 = form; }
public void SetPanels(Tarefas tarefas, Painel painel) { _tarefas = tarefas; _painel = painel; CarregarLinks(); }
public void SetPanels(TelaInicial form, Painel painel) { _form = form; _painel = painel; CarregarLinks(); }