Exemple #1
0
 public void Initialize()
 {
     Storages.ForEach(x => x.Initialize(this));
     Instances.ForEach(x => { x.Initialize(this); });
 }