Example #1
0
 public GestionLista()
 {
     _gestionAjuste = new GestionAjuste();
     _ldata         = new List <data>();
     _bldata        = new BindingList <data>(_ldata);
     _bs            = new BindingSource();
     _bs.DataSource = _bldata;
 }
Example #2
0
 public void setControlador(GestionAjuste ctr)
 {
     _controlador = ctr;
 }