Beispiel #1
0
 public HotKeysEditor()
 {
     InitializeComponent();
     keysBox.Items.AddRange(HotKeys.GetAllNames());
 }