Exemplo n.º 1
0
 public static void History()
 {
     RightBrowser.browser.Invoke(new MethodInvoker(delegate { RightBrowser.browser.Visible = true; }));
     RightBrowser.LoadHistoryPage();
 }
Exemplo n.º 2
0
 public static void Reload()
 {
     RightBrowser.LoadHistoryPage();
 }