Ejemplo n.º 1
0
 public Options_Table(Expert other, BindingList <Options> opti)
 {
     _expert  = other;
     _options = opti;
     marks    = new List <string>();
 }
Ejemplo n.º 2
0
 public Expert_Table(Expert other)
 {
     _expert = other;
 }