Represents a registry class that bootstraps components into memory when the application starts.
Пример #1
0
 // Explicit static constructor to tell C# compiler
 // not to mark type as beforefieldinit
 static NestedLoader()
 {
     Instance = new BootStrapRegistry();
 }
Пример #2
0
 // Explicit static constructor to tell C# compiler
 // not to mark type as beforefieldinit
 static NestedLoader()
 {
     Instance = new BootStrapRegistry();
 }