Exemple #1
0
 private string GetShortcutKeyDisplayStringFromRevisionGridIfAvailable(RevisionGridControl.Commands revGridCommands)
 {
     // _revisionGrid is null when TranslationApp is called
     return(_revisionGrid?.GetShortcutKeys(revGridCommands).ToShortcutKeyDisplayString());
 }