Esempio n. 1
0
 public CustomComponentRegistration(ILogger logger, CustomRegistration registration, ComponentInfo componentInfo)
 {
     Logger        = logger;
     Registration  = registration;
     ComponentInfo = componentInfo;
 }
Esempio n. 2
0
 protected CustomComponentRegistration(CustomComponentRegistration ccRegistration)
 {
     Logger        = ccRegistration.Logger;
     Registration  = ccRegistration.Registration;
     ComponentInfo = ccRegistration.ComponentInfo;
 }