Exemplo n.º 1
0
 private void UpdateSwitchAction()
 {
     // Display also the interactive help);
     _currentAction = _actionGraph.CurrentAction;
     if (_helpView == null)
     {
         return;
     }
     _helpView.ShowHelp(_currentAction.Name);
 }