Ejemplo n.º 1
0
 public BTGetProperty(string memberName, BTMemberType memberType, string dataId, BTNode child = null)
     : base(child)
 {
     this.memberName = memberName;
     this.memberType = memberType;
     this.dataId     = dataId;
 }
Ejemplo n.º 2
0
        public BTInverter(BTNode child = null) 
            : base(child)
        {
 
        }
Ejemplo n.º 3
0
Archivo: BTMute.cs Proyecto: nistck/Jx
 public BTMute(BTNode child = null)
     : base(child)
 {
 }