Exemplo n.º 1
0
        private readonly Match _currentMatch;            // current match in history window

        public FastEncoder()
        {
            _inputWindow  = new FastEncoderWindow();
            _currentMatch = new Match();
        }
        private readonly Match _currentMatch; // current match in history window

        public FastEncoder()
        {
            _inputWindow = new FastEncoderWindow();
            _currentMatch = new Match();
        }