public PresenterDesktop() { // Intialize compressor object Compressor = new DesktopCompressionHelper(); // Intialize the stop watch Watch = new Stopwatch(); }
public ViewerDesktop() { // Intialize decompressor object Decompressor = new DesktopCompressionHelper(); // Intialize the stop watch Watch = new Stopwatch(); }