Exemplo n.º 1
0
        private void buttonConfigKeyboard_Click(object sender, EventArgs e)
        {
            FormConfigKeyboard formConfigKeyboard = new FormConfigKeyboard();

            formConfigKeyboard.ShowDialog(this);
            ReloadKeybinds();
        }
Exemplo n.º 2
0
 private void buttonConfigKeyboard_Click(object sender, EventArgs e)
 {
     FormConfigKeyboard formConfigKeyboard = new FormConfigKeyboard();
     formConfigKeyboard.ShowDialog(this);
     ReloadKeybinds();
 }