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