1
Answer

C# using ints in Textbox.Visible

Photo of Ashot

Ashot

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

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

Thanks!

Answers (1)