public void OnProxyEvent(ProxyEventArgs e)
 {
     ProxyEvent?.Invoke(this, e);
 }
示例#2
0
文件: Form4.cs 项目: dongshimou/tieba
 private void button1_Click(object sender, EventArgs e)
 {
     //https://www.us-proxy.org/
     ProxyEvent?.Invoke(textBox1.Text.Trim());
     removeproxy();
 }