예제 #1
0
 private void PrivateContentCommandExecute(PictureListBoxItem pictureListBoxItem)
 {
     if (!string.IsNullOrEmpty(pictureListBoxItem?.RealUrl))
     {
         System.Diagnostics.Process.Start(pictureListBoxItem.RealUrl);
     }
 }
예제 #2
0
 public PictureListBoxItemModel(PictureListBoxItem innerModel)
 {
     this._innerModel = innerModel;
 }