c#怎么把textbox的字符串调用到其他类里

2024-11-25 01:52:43
推荐回答(1个)
回答1:

在form1里实例化User类,并将文本框内容传给User 的构造方法的参数
User _user = new User(textbox.text)