Created
October 5, 2014 16:44
-
-
Save eternaltung/0ab5381966a97557c744 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public MainPage() | |
| { | |
| this.InitializeComponent(); | |
| this.Loaded += MainPage_Loaded; | |
| } | |
| void MainPage_Loaded(object sender, RoutedEventArgs e) | |
| { | |
| SearchBox.Focus(FocusState.Programmatic); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment