Exemplo n.º 1
0
 public static void Settings()
 {
     RightBrowser.browser.Invoke(new MethodInvoker(delegate { RightBrowser.browser.Visible = true; }));
     RightBrowser.LoadSettingsPage();
 }
Exemplo 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();
 }