Beispiel #1
0
 public void Dispose()
 {
     if (!this.disposed)
     {
         this.channels.Clear();
         this.channels = null;
         this.disposed = true;
         GC.SuppressFinalize(this);
     }
 }
Beispiel #2
0
 public CopyData()
 {
     this.channels = new CopyDataChannels(this);
 }