Inheritance: BindableBase
Exemple #1
0
 public CommentItem(CommentViewModel comment)
 {
     Content  = comment;
     Children = Translate(comment.Children);
 }
 public void ShareComment(CommentViewModel comment)
 {
     commentToShare = comment;
     shareType = COMMENT;
     DataTransferManager.ShowShareUI();
 }
 public void ShareComment(CommentViewModel comment)
 {
     throw new NotImplementedException();
 }
 public CommentItem(CommentViewModel comment)
 {
     Content = comment;
     Children = Translate(comment.Children);
 }