示例#1
0
 public static void Shutdown()
 {
     if (Initialized)
     {
         light.Dispose();
         Initialized = false;
     }
 }