Beispiel #1
0
 public void PostRetweet()
 {
     TwitterAPI.PostStatusesRetweet(tweet.id_str, this, OnPostRetweet);
 }