Ejemplo n.º 1
0
 private void AbrirOS_Load(object sender, EventArgs e)
 {
     CarregarTabelas carregarTabelas = new CarregarTabelas();
     funcionarios = carregarTabelas.carregarADM();
     clientes = carregarTabelas.carregarClientes();
 }