Inheritance: System.Windows.Forms.UserControl
コード例 #1
0
        OutputWindow mOutputWindow; // This is the control we created

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

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