c# - populating property with button click -
hi new c# , know how add data text boxes automatic property button click
private void btnok_click(object sender, eventargs e) { }
can't set value of name property value of text property of textbox?:
private void btnok_click(object sender, eventargs e) { name = textbox1.text; }
Comments
Post a Comment