示例#1
0
 void UrlKeyDown(Object sender, KeyEventArgs e)
 {
     if (e.Key == Key.Enter)
     {
         vm.Load(Url.Text);
     }
 }