vendredi 7 février 2020

C# Checking if button was clicked on second time

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