Example #1
0
 public void Dispose()
 {
     if (this._v2Settings != null)
         Marshal.ReleaseComObject(this._v2Settings);
     this._idleSettings = null;
     this._networkSettings = null;
     this._v1Task = null;
 }
 public void Dispose()
 {
     if (this._v2Settings != null)
     {
         Marshal.ReleaseComObject(this._v2Settings);
     }
     this._idleSettings    = null;
     this._networkSettings = null;
     this._v1Task          = null;
 }