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();
 }