Esempio n. 1
0
 public static void Settings()
 {
     RightBrowser.browser.Invoke(new MethodInvoker(delegate { RightBrowser.browser.Visible = true; }));
     RightBrowser.LoadSettingsPage();
 }
Esempio n. 2
0
 public static void addProxyToList(string proxy)
 {
     ProxyHTML += "<option style='background-color: grey; font-weight: bold;' id='" + proxy + "'>" + proxy + "</option>";
     ProxyListFile.write(proxy);
     RightBrowser.LoadSettingsPage();
 }