NerdyGurl
Member
Hi, I added a class to a console application, but i dont know how to read a value and store it in a variable from a textbox? all i can come up with is Integer.TryParse(textbox1.text,regoNumber) and
Double.TryParse(textbox2.text,hoursParked)???
Double.TryParse(textbox2.text,hoursParked)???