Example #1
0
 protected static void init(DustKernel system)
 {
     lock (sysLock) {
         if (null == Dust.dustImpl)
         {
             Dust.dustImpl = system;
         }
     }
 }
Example #2
0
 public static void initKernel(DustKernel kernel)
 {
     Dust.init(kernel);
 }