Ejemplo n.º 1
0
 internal void OnDeserializingMethod(StreamingContext context)
 {
     _objectSnapshot = new ObjectSnapshot(this);
 }
Ejemplo n.º 2
0
 public SnapshotBase()
 {
     _objectSnapshot = new ObjectSnapshot(this);
 }