I want to check if a button is clicked with c#
like this
private void btnFillo_Click(object sender, EventArgs e) { btnFillo.Text = "text"; // if (btnFillo clicked again) { // do something // } }
Aucun commentaire:
Enregistrer un commentaire