码农K
c# 编程添加控件
阅读 110
2022-02-27
Button b = new Button();//创建一个新的按钮 b.Text = "test";//添加到panel1中panel1.Controls.Add(b);
相关推荐
精彩评论(0)