Inheritance: GlueView.Plugin.GlueViewPlugin
        public override void StartUp()
        {
            mSelf = this;
            this.ElementLoaded += new EventHandler(OnElementLoad);
            // here we create the form
            mStateSaveControl = new StateSaveControl();

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

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

        }