1
Answer

C# using ints in Textbox.Visible

Ashot

Ashot

13y
1.5k
1
How can I do something like this

   public void labelClick(int x)
        {
            TextBox(x).Visible = true;
        }

Thanks!
Answers (1)