Inheritance: System.Windows.Forms.UserControl
Exemplo n.º 1
0
        OutputWindow mOutputWindow; // This is the control we created

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

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