コード例 #1
0
ファイル: CustomRegistration.cs プロジェクト: Rpinski/awzcore
 public CustomComponentRegistration(ILogger logger, CustomRegistration registration, ComponentInfo componentInfo)
 {
     Logger        = logger;
     Registration  = registration;
     ComponentInfo = componentInfo;
 }
コード例 #2
0
ファイル: CustomRegistration.cs プロジェクト: Rpinski/awzcore
 protected CustomComponentRegistration(CustomComponentRegistration ccRegistration)
 {
     Logger        = ccRegistration.Logger;
     Registration  = ccRegistration.Registration;
     ComponentInfo = ccRegistration.ComponentInfo;
 }