Esempio n. 1
0
 public AccountServer()
 {
     Instance = this;
     _ConfigTree = new PropertyTree(StringComparer.InvariantCultureIgnoreCase);
     _Listener = new ConnectionListener(this);
     _CharServers = new List<CharServerService>();
 }