示例#1
0
 private void DoRequestPhotoComments(RequestPhotoComments msg)
 {
     if (photoComments != null)
     {
         Messenger.Default.Send(new LoadPhotoComments()
         {
             Comments = photoComments
         });
     }
 }
示例#2
0
文件: SplashVM.cs 项目: liquidboy/X
 private void DoRequestPhotoComments(RequestPhotoComments msg)
 {
     if (photoComments != null) Messenger.Default.Send(new LoadPhotoComments() { Comments = photoComments });
 }