In your button1_click function you are using '==' for button2.Enabled == true;
This should be button2.Enabled = true;
In your button1_click function you are using '==' for button2.Enabled == true;
This should be button2.Enabled = true;
For further actions, you may consider blocking this person and/or reporting abuse
Hear insights from industry leaders about the current state and future of cloud and IaC, platform engineering, and security.
Top comments (0)