Hello everyone, tell me, I have declared the variable timer equal to 0, so when I start it increases by 1, and then there is a comparison
if(timer >= 2) this.Hide();
And this code does not work, the program simply starts, and does not collapse ... why is that?