예제 #1
0
        private async void ExecuteEditStatusCommand()
        {
            var text = Text;

            await Context.Twitter.Statuses.DeleteTweetAsync(OriginalStatus.StatusID);

            await ViewServiceRepository.ComposeTweet(text);
        }
예제 #2
0
 private async void ExecuteNewTweetCommand()
 {
     await ViewServiceRepository.ComposeTweet();
 }