Example #1
0
 private async void UpdateData()
 {
     try
     {
         Responses = await _responseService.FindAll();
     }
     catch (Exception e)
     {
         MessageBox.Show(e.ToString());
     }
 }