Example #1
0
 /// <exception cref="System.IO.IOException"></exception>
 internal override ObjectLoader OpenObject1(WindowCursor curs, AnyObjectId objectId
                                            )
 {
     if (unpackedObjects.Contains(objectId))
     {
         return(wrapped.OpenObject2(curs, objectId.Name, objectId));
     }
     return(wrapped.OpenObject1(curs, objectId));
 }