随笔分类 - C# 工具类
摘要:using AJR.General.Models.Communicator.ICommunicates; using System.Net; using System.Net.Sockets; namespace AJR.General.Models.Communicator; internal c
阅读全文
摘要:一个 C# 的全局事件总线,用来分发事件,比如可以在 Blazor 里,从服务触发 UI 的弹窗事件 /// <summary> /// 事件总线 /// </summary> public static class EventHub { static ConcurrentDictionary<Ev
阅读全文
摘要:using log4net; using log4net.Appender; using log4net.Config; using log4net.Repository; using System; using System.Collections.Generic; using System.Li
阅读全文