예제 #1
0
 public VMPhotos(DataServiceCollection<T_RubbingPhoto> rubbingPhotos, T_RubbingPhoto currentRubbingPhoto)
 {
     _rubbingPhotos = rubbingPhotos;
     _currentPhotoIdx = _rubbingPhotos.IndexOf(currentRubbingPhoto);
 }