Esempio n. 1
0
 internal LocationUpdates(OverrideModeSetting overrideMode, bool inheritInChildApps)
 {
     this._overrideMode       = overrideMode;
     this._inheritInChildApps = inheritInChildApps;
     this._sectionUpdates     = new System.Configuration.SectionUpdates(string.Empty);
 }
 internal LocationUpdates(OverrideModeSetting overrideMode, bool inheritInChildApps)
 {
     this._overrideMode = overrideMode;
     this._inheritInChildApps = inheritInChildApps;
     this._sectionUpdates = new System.Configuration.SectionUpdates(string.Empty);
 }