Ejemplo n.º 1
0
 void _stream_MatchingTweetAndLocationReceived(object sender, MatchedTweetAndLocationReceivedEventArgs e)
 {
     if (e.Tweet != null)
     {
         _storage.AddTweet(e.Tweet);
     }
 }