Пример #1
0
 public BuiltInClassV1StitchAdaptor(PackageFile packageFile, StitchInstance instance, IStitchEventObserver observer, IModuleLog log)
 {
     Observer    = observer;
     _instance   = instance;
     _log        = log;
     _parameters = new BuiltInClassV1Parameters(packageFile.Adaptor.Parameters);
 }
 public BuiltInClassV1StitchAdaptor(PackageFile packageFile, StitchInstance stitchInstance, CoreStitchContext stitchContext)
 {
     StitchContext   = stitchContext;
     _stitchInstance = stitchInstance;
     _parameters     = new BuiltInClassV1Parameters(packageFile.Adaptor.Parameters);
 }