예제 #1
0
 private void ID_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.Key == Key.Enter)
     {
         PS.Focus();
     }
 }