Esempio n. 1
0
 internal static IAsyncOperation <IUICommand> ShowAlertAsync(this IViewModelHost page, ErrorBucket errors)
 {
     return(ShowAlertAsync(page, errors.GetErrorsAsString()));
 }