Пример #1
0
        public void loadpersona()
        {
            BindingSource dataSource = new BindingSource();

            dataSource.DataSource = servicio.GetAll();

            dgvdata.DataSource = dataSource;
            dgvdata.ClearSelection();
        }
Пример #2
0
        public void loadpersona()
        {
            Ventanaprincipal Ventana1   = new Ventanaprincipal();
            BindingSource    dataSource = new BindingSource();

            dataSource.DataSource = servicio.GetAll();

            Ventana1.dgvdata.DataSource = dataSource;
            Ventana1.dgvdata.ClearSelection();
        }