Ejemplo n.º 1
0
 public Task <T> EvaluateOnUIContextAsync <T>(Func <T> act)
 {
     return(UIDispatcher.EvaluateAsync(act));
 }