コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: omutant/Homework
 public void RouteKey(object sender, KeyEventArgs e)
 {
     input.KeyHandler(e.Key);
 }