Inheritance: FlatRedBall.Glue.Plugins.EmbeddedPlugins.EmbeddedPlugin
Beispiel #1
0
        public override void StartUp()
        {
            mSelf = this;
            _selectionInterface = new GlueViewRemotingSelectionInterfaceManager();

            var toolbar = new GlueViewToolbar();

            toolbar.SelectionInterface = _selectionInterface;
            base.AddToToolBar(toolbar, "Standard");
        }
Beispiel #2
0
        public override void StartUp()
        {
            mSelf = this;
            _selectionInterface = new GlueViewRemotingSelectionInterfaceManager();

            var toolbar = new GlueViewToolbar();
            toolbar.SelectionInterface = _selectionInterface;
            base.AddToToolBar(toolbar, "Standard");

        }