2009-10-01 13 views

Répondre

10
void x_Click(object sender, EventArgs e) 
{ 
    Button who = (Button) sender; 
    // you can now access who.Text, etc. 
} 
+0

merci beaucoup – Luiscencio

Questions connexes