コード例 #1
0
 // CONSTRUCTORS
 /// <summary>
 /// Initializes a new instance of <see cref="DeleteCommentCommand"/>
 /// </summary>
 /// <param name="photoInsideViewModel">
 /// An instance of <see cref="ViewModel.User.PhotoInsideViewModel"/>
 /// </param>
 public DeleteCommentCommand(ViewModel.User.PhotoInsideViewModel photoInsideViewModel)
 {
     this.photoInsideViewModel = photoInsideViewModel;
 }
コード例 #2
0
 // CONSTRUCTORS
 /// <summary>
 /// Initializes a new instance of <see cref="LikePhotoCommand"/>
 /// </summary>
 /// <param name="photoInsideViewModel">
 /// An instance of <see cref="ViewModel.User.PhotoInsideViewModel"/>
 /// </param>
 public LikePhotoCommand(ViewModel.User.PhotoInsideViewModel photoInsideViewModel)
 {
     this.photoInsideViewModel = photoInsideViewModel;
 }