Example #1
0
        public override void Unload()
        {
            // Reset the bottom for the Layer Manager
            m_menuButton.SetPushed(false);

            // Clean up and remove menu item
            //ParentApplication.WorldWindow.MenuBar.RemoveToolsMenuButton(m_menuButton);

            base.Unload();
        }
 public override void Unload()
 {
     // Reset the bottom for the Layer Manager
     m_menuButton.SetPushed(false);
     base.Unload();
 }