private void B2_TextChanged(object sender, TextChangedEventArgs e) { if (B2.Text.Length > 0) { B3.Focus(); } }