コード例 #1
0
 public void Load(PictureViewModel picture)
 {
     this.picture = picture;
     CommentList.Load(picture?.PictureUri);
     RefreshState();
     ApplicationStateService.PropertyChanged += (s, e) => RefreshState();
 }