コード例 #1
0
 public override Task <TwitterStatus> Send(TwitterAccount account)
 {
     return(account.SendDirectMessageAsync(_id, _text));
 }