Ejemplo n.º 1
0
        private void Consulta_Load(object sender, EventArgs e)
        {
            var Carregar = new ConsultaBLL();

            Carregar.CarregarGridAlunos(mgAlunos);
            Carregar.CarregarGridLivros(mgLivros);
        }