Ejemplo n.º 1
0
 public static void Create(string text, string author)
 {
     Application.Current.Dispatcher.Invoke(() =>
     {
         var view = new TweetView(text, author);
         view.FadeIn();
     });
 }
Ejemplo n.º 2
0
 public static void Create(string text, string author)
 {
     Application.Current.Dispatcher.Invoke(() =>
     {
         var view = new TweetView(text, author);
         view.FadeIn();
     });
 }