コード例 #1
0
 private void PathEnter(object sender, KeyEventArgs e)
 {
     if (e.Key == Key.Enter)
     {
         Archives.Focus();
     }
 }