Пример #1
0
        public server(Host host)
        {
            this.Host = host;

            this._Server       = new();
            this._ServerStatic = new();
        }
Пример #2
0
 private void ClearServer()
 {
     sv = new server_t();
     sv.configstrings = new Dictionary<int, string>();
 }