private void typeTextBox_KeyUp(object sender, KeyEventArgs e) { if (e.Key == Key.Enter) { ChangeType.Focus(); } }