예제 #1
0
 private void B1_TextChanged(object sender, TextChangedEventArgs e)
 {
     if (B1.Text.Length > 0)
     {
         B2.Focus();
     }
 }