Visual Studio Code – Creating a class that loops through textboxes and labels making them visible in winform
I am very new to c# and visual studio. I am using c# with Visual studio. I want to create a method that lops through a number of textboxes and labels and set their visible control to "True." This is…