コード例 #1
0
 protected TezAttributeNode(int id, ITezAttributeTree system)
 {
     this.ID     = id;
     this.system = system;
 }
コード例 #2
0
 protected TezAttributeLeaf(int id, ITezAttributeTree system) : base(id, system)
 {
 }