コード例 #1
0
        public override void Handle(DataVerifiedNotification notification)
        {
            completed = notification.Bitfield.Completed;

            Console.WriteLine();
            Console.WriteLine(notification);
        }
コード例 #2
0
ファイル: NotificationVisitor.cs プロジェクト: vnvizitiu/leak
 public virtual void Handle(DataVerifiedNotification notification)
 {
 }