Exemplo n.º 1
0
        public Form_RunHelpIndexer()
        {
            InitializeComponent();

            //fill the window with Help Indexer Panel
            helpIndexer        = Panel_HelpIndexer.Create();
            helpIndexer.Parent = this;
            helpIndexer.Dock   = DockStyle.Fill;
            helpIndexer.BringToFront();
        }
Exemplo n.º 2
0
        public Page_CreateMSHX()
        {
            InitializeComponent();
            self = this;

            //fill the window with Help Indexer Panel
            helpIndexer        = Panel_HelpIndexer.Create();
            helpIndexer.Parent = this.dockPanel;
            helpIndexer.Dock   = DockStyle.Fill;
            helpIndexer.BringToFront();
        }