Beispiel #1
0
 public HistoryModel()
 {
     PlayAudioCommand = new RelayCommandGenericType <HistoryModel>(DoPlayAudioCommand);
 }
 public AttachmentsHistory()
 {
     OpenPhotoCommand = new RelayCommandGenericType <AttachmentsHistory>(DoOpenPhotoCommand);
 }