コード例 #1
0
 public void Dispose()
 {
     if (this._AutoLogonSettings == null)
     {
         return;
     }
     this._AutoLogonSettings.Dispose();
     this._AutoLogonSettings = (AutoLogonSettings)null;
 }
コード例 #2
0
 public WindowsSystemSpecificSettings()
 {
     this._AutoLogonSettings = new AutoLogonSettings();
 }