Beispiel #1
0
 protected FeatureContext(ObjectContext otherContext) : base(otherContext) {}
Beispiel #2
0
 protected ObjectContext(ObjectContext otherContext) {
     Target = otherContext.Target;
 }