public void OnProxyEvent(ProxyEventArgs e)
 {
     ProxyEvent?.Invoke(this, e);
 }
Example #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     //https://www.us-proxy.org/
     ProxyEvent?.Invoke(textBox1.Text.Trim());
     removeproxy();
 }