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