Ejemplo n.º 1
0
 private string FromAutomationProperty(IAutomationProperty <string> value)
 {
     return(value.ToDisplayText());
 }
Ejemplo n.º 2
0
 public static DetailViewModel FromAutomationProperty <T>(string key, IAutomationProperty <T> value)
 {
     return(new DetailViewModel(key, value.ToDisplayText()));
 }