コード例 #1
0
 protected override void UnloadCore()
 {
     contentGroup = null;
     RibbonEntries.Clear();
     StatusBarItems.Clear();
     GisEditor.DockWindowManager.DocumentWindows.CollectionChanged -= DocumentWindows_CollectionChanged;
 }
コード例 #2
0
 protected override void UnloadCore()
 {
     base.UnloadCore();
     if (bookmarkGroup != null)
     {
         bookmarkGroup.UnRegisterMessenger();
     }
     RibbonEntries.Clear();
     DockWindows.Clear();
 }
コード例 #3
0
 protected override void UnloadCore()
 {
     base.UnloadCore();
     RibbonEntries.Clear();
 }
コード例 #4
0
 /// <summary>
 /// This method raises when load this plugin.
 /// </summary>
 protected override void LoadCore()
 {
     RibbonEntries.Clear();
     DockWindows.Clear();
 }
コード例 #5
0
 protected override void UnloadCore()
 {
     base.UnloadCore();
     RibbonEntries.Clear();
     GisEditor.UIManager.GottenMapContextMenuItems -= new EventHandler <GottenMapContextMenuItemsUIPluginManagerEventArgs>(UIManager_GottenMapContextMenuItems);
 }