Ejemplo n.º 1
0
 public static void Main(string[] args)
 {
     Logger = new Logger();
     ReadConfigFile();
     InitDatabase();
     TS3Handler = new TS3Handler();
 }
Ejemplo n.º 2
0
 private static void Reset(object o)
 {
     Logger.Info(_file + " Attempting to reconnect");
     _recon.Dispose();
     TS3Handler = new TS3Handler(true);
 }