예제 #1
0
 public PresenterDesktop()
 {
     // Intialize compressor object
     Compressor = new DesktopCompressionHelper();
     // Intialize the stop watch
     Watch = new Stopwatch();
 }
예제 #2
0
 public ViewerDesktop()
 {
     // Intialize decompressor object
     Decompressor = new DesktopCompressionHelper();
     // Intialize the stop watch
     Watch = new Stopwatch();
 }