G
Guest
I have a frmNewHD.cs form with some textboxes. I would like to creat a new
classcalled resetform.cs and I would like to have all the txtbox.clear in the
restform.cs and call it from frmNewHD.cs.
When I do this
frmNewHD hd - new frmNewHD
for the resetform.cs I do not see the txtboxes
I am new to programming
classcalled resetform.cs and I would like to have all the txtbox.clear in the
restform.cs and call it from frmNewHD.cs.
When I do this
frmNewHD hd - new frmNewHD
for the resetform.cs I do not see the txtboxes
I am new to programming