Пример #1
0
 /// <summary>
 ///     Actions when Key is Up, send from ExerciseView.
 /// </summary>
 public void Handle_Key_Up(object sender, KeyEventArgs e)
 {
     KeyboardController.HandleKey_Up(e, Brushes.LightGray);
 }