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