Ejemplo n.º 1
0
 static LLServerConfigs()
 {
     m_configinfo = LLServerConfigFileManager.LoadConfig();
     LLServerConfigTimer.AutoReset = true;
     LLServerConfigTimer.Enabled   = true;
     LLServerConfigTimer.Elapsed  += new System.Timers.ElapsedEventHandler(Timer_Elapsed);
     LLServerConfigTimer.Start();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 重设配置类实例
 /// </summary>
 public static void ResetConfig()
 {
     m_configinfo = LLServerConfigFileManager.LoadConfig();
 }