public void Initialize() { //Application.ShowAlertDialog("The commands class is Initialized"); if (RibbonServices.RibbonPaletteSet == null) { RibbonServices.CreateRibbonPaletteSet(); } RemoveRibbon(); RemoveToolbar(); //Application.ShowAlertDialog(toolbar.Count.ToString()); }
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; } }