示例#1
0
        public void InitGroups()
        {
            RBNKDataGroupNode group0 = new RBNKDataGroupNode();

            group0.Parent = this;
            RBNKSoundGroupNode group1 = new RBNKSoundGroupNode();

            group1.Parent = this;
        }
示例#2
0
 public void InitGroups()
 {
     RBNKDataGroupNode group0 = new RBNKDataGroupNode
     {
         Parent = this
     };
     RBNKSoundGroupNode group1 = new RBNKSoundGroupNode
     {
         Parent = this
     };
 }