コード例 #1
0
 protected override void UnloadCore()
 {
     base.UnloadCore();
     if (RibbonEntries.Contains(entry))
     {
         RibbonEntries.Remove(entry);
     }
 }
コード例 #2
0
 protected override void UnloadCore()
 {
     base.UnloadCore();
     if (RibbonEntries.Contains(geoprocessingEntry))
     {
         RibbonEntries.Remove(geoprocessingEntry);
     }
     if (RibbonEntries.Contains(dataEntry))
     {
         RibbonEntries.Remove(dataEntry);
     }
 }