Sample tweaks.

This commit is contained in:
Eugene Wang
2017-02-13 21:13:49 -05:00
parent 24bd82670a
commit 8f6e661a61
4 changed files with 14 additions and 9 deletions

View File

@@ -97,8 +97,8 @@ namespace Sample.WPF
report.Append(cap.Name).AppendLine(":");
try
{
report.Append('\t').Append("Maybe: ").Append(cap.Supports).AppendLine();
report.Append('\t').Append("Get: ");
report.Append('\t').Append("Supports: ").Append(cap.Supports).AppendLine();
report.Append('\t').Append("Values: ");
foreach (var v in cap.Get())
{
report.Append(v).Append(',');