コード例 #1
0
ファイル: LocationUpdates.cs プロジェクト: dox0/DotNet471RS3
        SectionUpdates _sectionUpdates;             // root of section

        internal LocationUpdates(OverrideModeSetting overrideMode, bool inheritInChildApps)
        {
            _overrideMode       = overrideMode;
            _inheritInChildApps = inheritInChildApps;
            _sectionUpdates     = new SectionUpdates(string.Empty);
        }
コード例 #2
0
        SectionUpdates      _sectionUpdates;        // root of section

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