Exemplo n.º 1
0
 public void Forward(ref WebView web)
 {
     if (web.CanGoForward)
     {
         web.GoForward();
     }
 }