Exemple #1
0
 /**
  * Constructor with Characteristic
  * */
 public Characteristic(Characteristic c)
 {
     _id = c.Id;
     _name = c.Name;
 }
Exemple #2
0
 public void AddCharacteristics(Characteristic c)
 {
     _charac.Add(c.Id, c);
 }