コード例 #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 public MasterLayerNodeConfig()
 {
     Slave = new SlaveLayerNodeConfig(this);
 }
コード例 #2
0
ファイル: MasterLayerNodeConfig.cs プロジェクト: wflk/canape
 /// <summary>
 /// Constructor
 /// </summary>
 public MasterLayerNodeConfig()
 {
     Slave = new SlaveLayerNodeConfig(this);
 }