Esempio n. 1
0
    public void PreencheGrid()
    {
        PessoaController Controller = new PessoaController();

        this.GVCadastro.DataSource = Controller.SelecionarTodos();
        this.GVCadastro.DataBind();
    }
Esempio n. 2
0
 public void PreencheGrid()
 {
     PessoaController Controller = new PessoaController();
     this.GVCadastro.DataSource = Controller.SelecionarTodos();
     this.GVCadastro.DataBind();
 }