摘要: GridView示例: RepositoryItem emptyRepositoryItem = new RepositoryItem(); RepositoryItemCheckEdit checkEdit = new RepositoryItemCheckEdit(); RepositoryIt 阅读全文
posted @ 2022-11-30 16:22 北有高楼233 阅读(499) 评论(0) 推荐(0)
摘要: 为TextEdit增加水印 public static class TextEditHelper { //设置水印值 public static void SetWatermark(this TextEdit textEdit, string watermark) { textEdit.Proper 阅读全文
posted @ 2022-11-30 15:53 北有高楼233 阅读(252) 评论(0) 推荐(0)