示例#1
0
 void f_EChanged(object sender, EventArgs e)
 {
     current = ((Funcao)sender).GetUrl();
     textBox1.Text = current.ToString();
 }