예제 #1
0
 static void UrlText_KeyDown(object sender, Windows.UI.Xaml.Input.KeyRoutedEventArgs e)
 {
     if (e.Key == VirtualKey.Enter)
     {
         e.Handled = true;
         CmdGo.ExecuteAsync((sender as FrameworkElement).Dispatcher);
     }
 }
예제 #2
0
 static CmdGo()
 {
     Instance = new CmdGo();
 }
예제 #3
0
 static CmdGo()
 {
     Instance = new CmdGo();
 }