CCNet.SourceNotifier.Program.DisplayHtml C# (CSharp) Метод

DisplayHtml() приватный Метод

Outputs the information on the old pending changes in the html format.
private DisplayHtml ( ) : void
Результат void
		private void DisplayHtml()
		{
			TemplateEngine.WriteProcessed("MasterReport.xslt", XsltArguments, OldCheckoutsAsXml, Console.Out);
		}