Ejemplo n.º 1
0
 public void GetSearchTweets()
 {
     try
     {
         data.searchTweet(this.SearchTweets, this.word);
     }
     catch (Exception ex)
     {
         this.SearchTweets.Add(new Models.TweetInfo
         {
             Text = ex.Message
         }
                               );
     }
 }