예제 #1
0
 static Program()
 {
     _gZipService             = new GZipService();
     _cancellationTokenSource = new CancellationTokenSource();
 }
예제 #2
0
 public void Setup()
 {
     _params = new CompressionParams();
     _sut    = CreateSut();
 }