Beispiel #1
0
 public void Back(ref WebView web)
 {
     if (web.CanGoBack)
     {
         web.GoBack();
     }
 }