2020年6月16日

获取界面所有的TextBox

摘要: foreach (Control txtobj in this.PMain.Controls) { if (txtobj is TextBox) //if(txtobj is Button) { if (string.IsNullOrEmpty(txtobj.Text)) { MsgBox.MsgI 阅读全文

posted @ 2020-06-16 15:04 AbelAngelo 阅读(175) 评论(0) 推荐(0)

导航