/// <summary>
        /// Writes the gioven scores to the configured outputs.
        /// </summary>
        /// <param name="results">A set of file matching scores</param>
        public void WriteOutput()
        {
            //TODO: must be selected by settings
            TerminalOutput t = new TerminalOutput(this.Settings);

            t.Write(this.MatchingResults);
        }
Exemplo n.º 2
0
        /// <summary>
        /// Writes the gioven scores to the configured outputs.
        /// </summary>
        /// <param name="results">A set of file matching scores</param>
        public void WriteOutput()
        {
            TerminalOutput t = new TerminalOutput(this.Settings);

            t.Write(this.MatchingResults);//dfnbdfghjbdfhjgb
        }