Пример #1
0
 public void Start()
 {
     _map.CreateMap();
     _localMap = _map.GetLocalMap(_local);
     if (_localMap.Count == 0)
     {
         throw new Exception("There is no server in hash file with our address");
     }
 }