Example #1
0
 protected override void Dispose(bool disposing)
 {
     base.Dispose(disposing);
     if (disposing)
     {
         if (this._timer != null)
         {
             this._timer.Dispose();
         }
         this._fileTransfersText = null;
     }
 }
 protected override void Dispose(bool disposing)
 {
     base.Dispose(disposing);
     if (disposing)
     {
         if (this._timer != null)
         {
             this._timer.Dispose();
         }
         this._fileTransfersText = null;
     }
 }