示例#1
0
 public void Focus()
 {
     GoToBar.Text = _currentLine.ToString();
     GoToBar.Focus(FocusState.Programmatic);
 }
示例#2
0
 public void Focus()
 {
     GoToBar.Focus(FocusState.Programmatic);
 }