public string CountToHTML()
 {
     return(HTMLGenerator.CountToHTML(MonitorTitle, Swap, Futures));
 }
Exemple #2
0
 private static string BuildComparisonResultBody(IEnumerable <DataTable> diff)
 {
     return(string.Join(Environment.NewLine + Environment.NewLine, diff.Select(d => HTMLGenerator.DataTableToHTML(d))));
 }