BACnet.Explorer.Core.MainForm._createUI C# (CSharp) Метод

_createUI() приватный Метод

Creates the controls
private _createUI ( ) : void
Результат void
        private void _createUI()
        {
            this.Stack = new SplitterStack();
            this.Content = this.Stack;

            _devicesTree = new DevicesTree();

            _devicesTree.Size = new Eto.Drawing.Size(300, -1);
            this.Stack.Push(_devicesTree, false);
        }