摘要: 效果图 public class MyCheckedListBox : CheckedListBox { //普通字体 static Font Font1 = new Font(new FontFamily("宋体"), 12, FontStyle.Regular); //中间有横线 static 阅读全文
posted @ 2022-02-08 16:19 212的s 阅读(584) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2022-02-08 12:12 212的s 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 背景:金蝶dll是.net framework, 在.net core 项目不兼容,这里说明控制台的方式 (另一种做法,再弄一个.net framework网站项目负责调用金蝶服务) 主程序 .Net Core private static string CMDRun(string command) 阅读全文
posted @ 2022-02-08 10:24 212的s 阅读(1205) 评论(0) 推荐(0) 编辑