protected virtual void JumpTabAndHide(CtxmCode code, object item) { if (item == null) { return; } // mainWindow.RestoreMinimizedWindow(); mainWindow.Dispatcher.BeginInvoke(new Action(() => { SetHideWindow(this); MinimizeWindows(); MenuUtil.JumpTab(item, code); })); }
protected virtual void mcs_JumpTab(CtxmCode trg_code) { MenuUtil.JumpTab(mcs_GetJumpTabItem(trg_code), trg_code); IsCommandExecuted = true; }