예제 #1
0
 // Perform expensive serialization all at once. Do this before signal handler is setup.
 public static void Init()
 {
     Shutdown.ShutdownEvent += OnShutdown;
     ConnectionHandler.Init();
     initialized = true;
 }