摘要:
log4net 日志输出 using log4net; using log4net.Appender; using log4net.Core; using log4net.Repository.Hierarchy; using System; namespace HA_Log { // 自定义追加器 阅读全文
摘要:
winform控件自动大小 using System; using System.Drawing; using System.Windows.Forms; using UCControl = System.Windows.Forms.Control; /// <summary> /// 控件自动适应 阅读全文
摘要:
管理异步线程 using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace PortClient { 阅读全文