CCNet.SourceNotifier.Program.Display C# (CSharp) Method

Display() private method

Outputs the information on the old pending changes in the text format.
private Display ( ) : void
return void
		private void Display()
		{
			TemplateEngine.WriteProcessed("MasterTextReport.xslt", XsltArguments, OldCheckoutsAsXml, Console.Out);
		}