Exemple #1
0
 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);
     }));
 }
Exemple #2
0
 protected virtual void mcs_JumpTab(CtxmCode trg_code)
 {
     MenuUtil.JumpTab(mcs_GetJumpTabItem(trg_code), trg_code);
     IsCommandExecuted = true;
 }