Inheritance: System.Windows.Forms.UserControl
        OutputWindow mOutputWindow; // This is the control we created

        public override void StartUp()
        {
            mOutputWindow = new OutputWindow();
            this.AddToTab(PluginManager.BottomTab, mOutputWindow, "Output");
        }
        OutputWindow mOutputWindow; // This is the control we created

        public override void StartUp()
        {
            mOutputWindow = new OutputWindow();
            this.AddToTab(PluginManager.BottomTab, mOutputWindow, "Output");
        }