Beispiel #1
0
 public SystemInfo(Type type, ISystem system)
 {
     Type         = type;
     Dependencies = system.GetDependencies();
     System       = system;
 }