Exemplo n.º 1
0
 private static void UpdateContent(HotKeyTextBox textBox)
 {
     textBox.Text = StringifyShortcutKeys(textBox.Key, textBox.ModifierKeys);
 }