Beispiel #1
0
        public void AutoOpen()
        {
            new AutoXllRegister().RegisterXll();

            ExcelAsyncUtil.Initialize();
            ExcelIntegration.RegisterUnhandledExceptionHandler(ex => $"EXCEPTION: {ex.ToString()}");

            CtpManager.Initialize();
        }
Beispiel #2
0
 public void ShowPane(IRibbonControl rbControl)
 {
     CtpManager.ShowPane();
 }