예제 #1
0
        public ObjectDB Select(Address address)
        {
            if (CurrentSection.Address != address.XX)
            {
                throw new Exception("Обращение к заявленной секции невозможно!");
            }

            return(CurrentSection.Get(address.AsPosition()));
        }