public SociosForm()
 {
     InitializeComponent();
     _socioServices = new SocioServices();
     //_socioServices = new SocioServices();
     //dgvSocios.C = _sociosLogic.SearchEstudiantes("hola");
 }
        //private DataGridView _dgvSocios;
        //private Library _library;
        //SocioServices _socioServices = new SocioServices();

        public Insertar()
        {
            InitializeComponent();
            _socioServices = new SocioServices();
            //_dgvSocios = dgvSocios;
            //_library = new Library();
        }
示例#3
0
 public delete()
 {
     InitializeComponent();
     _socioServices = new SocioServices();
 }
示例#4
0
 public modificar()
 {
     InitializeComponent();
     _socioServices = new SocioServices();
 }