예제 #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;
 }