Example #1
0
 internal void OnDeserializingMethod(StreamingContext context)
 {
     _objectSnapshot = new ObjectSnapshot(this);
 }
Example #2
0
 public SnapshotBase()
 {
     _objectSnapshot = new ObjectSnapshot(this);
 }