Behaviac.Design.BehaviorTreeListDock.BehaviorTreeListDock C# (CSharp) Method

BehaviorTreeListDock() public method

public BehaviorTreeListDock ( ) : System
return System
        public BehaviorTreeListDock()
        {
            InitializeComponent();

            this.TabText = this.Text;
        }
    }
BehaviorTreeListDock