11 2021 档案

摘要:private void textOsDlp_KeyPress(object sender, KeyPressEventArgs e) //文本框按键事件 { this.lberror.Visible = false; //新建label信息提示 e.Handled = true; if (e.Ke 阅读全文
posted @ 2021-11-25 09:59 霓裳Toy 阅读(294) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System. 阅读全文
posted @ 2021-11-24 13:55 霓裳Toy 阅读(236) 评论(0) 推荐(0)