Ejemplo n.º 1
0
        SectionUpdates _sectionUpdates;             // root of section

        internal LocationUpdates(OverrideModeSetting overrideMode, bool inheritInChildApps)
        {
            _overrideMode       = overrideMode;
            _inheritInChildApps = inheritInChildApps;
            _sectionUpdates     = new SectionUpdates(string.Empty);
        }
Ejemplo n.º 2
0
        SectionUpdates      _sectionUpdates;        // root of section

        internal LocationUpdates(OverrideModeSetting overrideMode, bool inheritInChildApps) {
            _overrideMode           = overrideMode;
            _inheritInChildApps     = inheritInChildApps;
            _sectionUpdates         = new SectionUpdates(string.Empty);
        }