예제 #1
0
파일: Report.cs 프로젝트: facchinm/SiRFLive
 protected virtual void Dispose(bool disposing)
 {
     if (!this.isDisposed && disposing)
     {
         this.PerNavStateData.Clear();
         this.PerNavStateData = null;
         this.PerRxSamples.Dispose();
         this.PerRxSamples = null;
     }
     this.isDisposed = true;
 }
예제 #2
0
파일: Report.cs 프로젝트: facchinm/SiRFLive
 protected virtual void Dispose(bool disposing)
 {
     if (!this.isDisposed && disposing)
     {
         this.Header2DataHash.Clear();
         this.Header2DataHash = null;
         this.ReportDataSamples.Dispose();
         this.ReportDataSamples = null;
     }
     this.isDisposed = true;
 }