Example #1
0
 public static void GetTweetsByStates()
 {
     sortedTweets = TweetFunc.GetDictionary(tweets, states);
 }