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