Ejemplo n.º 1
0
 private void AbrirOS_Load(object sender, EventArgs e)
 {
     CarregarTabelas carregarTabelas = new CarregarTabelas();
     funcionarios = carregarTabelas.carregarADM();
     clientes = carregarTabelas.carregarClientes();
 }
Ejemplo n.º 2
0
 public void preecherTabela()
 {
     tabela = registrosFuncionarios.carregarADM();
     dataGridFuncionarios.DataSource = tabela;
 }