Пример #1
0
 public void AddObjectIDFilter(MatchType op, ObjectID oid)
 {
     AddFilter(Filter.FilterHeaderObjectID, oid.ToBase58String(), op);
 }