Ejemplo n.º 1
0
 public Sort(int id,string nom,int degat,EnumTypeSort ts)
 {
     _id = id;
     _nom = nom;
     _degat = degat;
     _typeSort = ts;
 }
Ejemplo n.º 2
0
 public void setTypeSort(EnumTypeSort ts)
 {
     _typeSort = ts;
 }