Пример #1
0
 public static void Create(string text, string author)
 {
     Application.Current.Dispatcher.Invoke(() =>
     {
         var view = new TweetView(text, author);
         view.FadeIn();
     });
 }
Пример #2
0
 public static void Create(string text, string author)
 {
     Application.Current.Dispatcher.Invoke(() =>
     {
         var view = new TweetView(text, author);
         view.FadeIn();
     });
 }