Ejemplo n.º 1
0
 internal async void OnCurrentAsycudaDocumentSetEntryDataDetailsIDChanged(object sender, NotificationEventArgs <string> e)
 {
     using (AsycudaDocumentSetEntryDataDetailsRepository ctx = new AsycudaDocumentSetEntryDataDetailsRepository())
     {
         CurrentAsycudaDocumentSetEntryDataDetails = await ctx.GetAsycudaDocumentSetEntryDataDetails(e.Data).ConfigureAwait(continueOnCapturedContext: false);
     }
     NotifyPropertyChanged(m => CurrentAsycudaDocumentSetEntryDataDetails);
 }