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