示例#1
0
        public static void Intergate(Action <EndPointMessage> onLoad)
        {
            var service = new NotifyService();

            service.MessageLoad += onLoad;
            service.Start();
        }
示例#2
0
 public NotifyService() : base()
 {
     Default = this;
 }