public Equipment(string name)
 {
     this.name = name;
     Items = new EquipmentCollection(this);
     b2mmlType = B2MMLType.Other;
 }
Exemple #2
0
 public Equipment(string name)
 {
     this.name = name;
     Items     = new EquipmentCollection(this);
     b2mmlType = B2MMLType.Other;
 }
Exemple #3
0
 public Project()
 {
     Items = new EquipmentCollection(this);
 }
Exemple #4
0
 public Project()
 {
     Items = new EquipmentCollection(this);
 }