Example #1
0
 public void GoForward()
 {
     if (Wb.CanGoForward)
     {
         Wb.GoForward();
         NavigatedFromBrowser = true;
     }
 }