摘要: 1 private void writeContronls(string Rx, int rv) 2 { 3 foreach (Control cn in this.groupBox1.Controls) 4 { 5 if (cn is TextBox && cn.Name == Rx) 6 { 7 阅读全文
posted @ 2020-04-09 13:20 薛定谔的小灯泡 阅读(296) 评论(0) 推荐(0)