Beispiel #1
0
 public void GetMyTwitterInfo()
 {
     TwitterAPI.GetUsersShow(myTwitterScreenName, this, this.OnGetMyTwitterInfo);
 }