コード例 #1
0
 // constructs
 public void AddConstruct(Construct construct)
 {
     Constructs.Add(construct);
     NewConstructBuilt(construct);
 }