Пример #1
0
        public override void Handle(DataVerifiedNotification notification)
        {
            completed = notification.Bitfield.Completed;

            Console.WriteLine();
            Console.WriteLine(notification);
        }
Пример #2
0
 public virtual void Handle(DataVerifiedNotification notification)
 {
 }