public TutorialOutlineViewControl()
        {
            //
            // The InitializeComponent() call is required for Windows Forms designer support.
            //
            InitializeComponent();

            //
            // TODO: Add constructor code after the InitializeComponent() call.
            //
            UIStyle.Apply(this);
            UIStyle.Apply(_tree);
        }
Esempio n. 2
0
        public OutputViewControl()
        {
            //
            // The InitializeComponent() call is required for Windows Forms designer support.
            //
            InitializeComponent();

            //
            // TODO: Add constructor code after the InitializeComponent() call.
            //
            UIStyle.ApplyConsoleStyle(_console);
            UIStyle.ApplyButtonStyle(_cmdResetDatabase);
            UIStyle.ApplyButtonStyle(_cmdClear);
        }