public void DirectMessage(string body) { var formatted = String.Format(body, this.User.ScreenName, this.User.Name); InputModel.InputCore.SetText(InputSetting.CreateDirectMessage( this.Model.GetSuitableReplyAccount(), this.Status.User, formatted)); }
public void DirectMessage() { InputModel.InputCore.SetText( InputSetting.CreateDirectMessage(this.Model.GetSuitableReplyAccount(), this.Status.User)); }