コード例 #1
0
 /// <summary>
 /// Reset the data store
 /// </summary>
 public async Task ResetDataAsync()
 {
     await ViewModel.WipeDataListAsync();
 }