c#问题 form主窗口里有一个Textbox,如何让类里的值显示在Textbox里

2025-03-20 13:25:38
推荐回答(1个)
回答1:

yourclass obj=new yourclass();
Textbox1.Text= obj.yourValue;