コード例 #1
0
        public override void StartUp()
        {
            mControl = new AddObjectToolbox();
            GlueViewCommands.Self.CollapsibleFormCommands.AddCollapsableForm(
                "Object Creation", 100, mControl, this);

            this.ElementLoaded += new EventHandler(ObjectCreatorPlugin_ElementLoaded);
        }
コード例 #2
0
        public override void StartUp()
        {
            mControl = new AddObjectToolbox();
            GlueViewCommands.Self.CollapsibleFormCommands.AddCollapsableForm(
                "Object Creation", 100, mControl, this);

            this.ElementLoaded += new EventHandler(ObjectCreatorPlugin_ElementLoaded);
        }