public void SetPostForm(MessagePostModel model, bool showPostForm) { this.PostForm = model; page.IsPostFormVisible = showPostForm; }
public void SetPostForm(MessagePostModel model, bool navigateToReplyView) { this.viewModelWrapper.SetPostForm(model, navigateToReplyView); model.WhileBusy = NotifyProgress; model.OnFailure = NotifyFailureAndTryAgain; model.OnSuccess = NotifySuccessAndGoBack; }