コード例 #1
0
ファイル: P2P.xaml.cs プロジェクト: putyesz/BattleShips
 private void P1_KeyDown(object sender, System.Windows.Input.KeyEventArgs e)
 {
     if (e.Key == System.Windows.Input.Key.Enter)
     {
         P2.Focus();
     }
 }