コード例 #1
0
 public void Initialize()
 {
     //Application.ShowAlertDialog("The commands class is Initialized");
     if (RibbonServices.RibbonPaletteSet == null)
     {
         RibbonServices.CreateRibbonPaletteSet();
     }
     RemoveRibbon();
     RemoveToolbar();
     //Application.ShowAlertDialog(toolbar.Count.ToString());
 }
コード例 #2
0
        public void Initialize()
        {
            try
            {
                if (RibbonServices.RibbonPaletteSet == null)
                {
                    RibbonServices.CreateRibbonPaletteSet();
                }

                System.Threading.Thread.CurrentThread.Name = Constants.BricscadExtensionProcessName;
                acutPrintf("\nProxyClient Initialized!!!");
            }
            catch (System.Exception ex)
            {
                throw ex;
            }
        }