Inheritance: System.Windows.Forms.UserControl
Ejemplo n.º 1
0
        public override void StartUp()
        {
            this.ElementLoaded += new EventHandler(OnElementLoad);
            // here we create the form
            mStateSaveControl = new StateSaveControl();

            GlueViewCommands.Self.CollapsibleFormCommands.AddCollapsableForm("States", 300, mStateSaveControl, this);
        }
Ejemplo n.º 2
0
        public override void StartUp()
        {
            this.ElementLoaded += new EventHandler(OnElementLoad);
            // here we create the form
            mStateSaveControl = new StateSaveControl();

                GlueViewCommands.Self.CollapsibleFormCommands.AddCollapsableForm("States", 300, mStateSaveControl, this);

        }