As a secondary function on a button or element? For example:
private void Bnt1_Click(object sender, EventArgs e)
{
}
private void Bnt2_Click(object sender, EventArgs e)
{
bnt.Enabled = false;
}
In this code, when you click Bnt2 the...
asked by
24.05.2017 / 12:11