Exemplo n.º 1
0
        /// <inheritdoc/>
        protected override void OnShutdown()
        {
            Editor.Activated -= OnEditorActivated;
            RemoveQuickLaunchItems();

            RemoveMenus();
            RemoveCommands();

            _windowService    = null;
            _optionsViewModel = null;
        }
Exemplo n.º 2
0
        /// <inheritdoc/>
        protected override void OnShutdown()
        {
            Editor.Activated -= OnEditorActivated;
            RemoveQuickLaunchItems();

            RemoveMenus();
            RemoveCommands();

            _windowService = null;
            _optionsViewModel = null;
        }