Esempio n. 1
0
        public static void Intergate(Action <EndPointMessage> onLoad)
        {
            var service = new NotifyService();

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