Exemple #1
0
 internal SwAssemblyConfiguration(IConfiguration conf, SwAssembly assm, ISwApplication app, bool created)
     : base(conf, assm, app, created)
 {
     Components = new SwAssemblyComponentCollection(assm, conf);
 }
 internal SwAssemblyConfiguration(SwAssembly assm, IConfiguration conf, bool created) : base(assm, conf, created)
 {
     Components = new SwAssemblyComponentCollection(assm, conf);
 }