public void Dispose()
 {
     if (this._AutoLogonSettings == null)
     {
         return;
     }
     this._AutoLogonSettings.Dispose();
     this._AutoLogonSettings = (AutoLogonSettings)null;
 }
 public WindowsSystemSpecificSettings()
 {
     this._AutoLogonSettings = new AutoLogonSettings();
 }