示例#1
0
        /// <summary>
        /// Creates the controls
        /// </summary>
        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);
        }
示例#2
0
        /// <summary>
        /// Creates the controls
        /// </summary>
        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);
        }