示例#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)
 {
 }