Example #1
0
 protected string GetSelectionsOutput()
 {
     return(ShowXml ? Selections.ToXmlString() : Selections.GetHumanReadable(Store));
 }