コード例 #1
0
 /// <summary>
 /// call the viewmodel getData function for the api call
 /// </summary>
 public async static void GetList()
 {
     await detailsPageViewModel.GetData();
 }