Beispiel #1
0
 public static FSharpAsync <Unit> Show(IUnityContainer container, string text)
 {
     return(Apm.Defer(() => {
         return new InfoActivity(container, text).Run();
     }, new DispatcherScheduler(Application.Current.Dispatcher)));
 }