示例#1
0
 private async void ClearLocalDataButton_Clicked(object sender, EventArgs e)
 {
     await vm.ClearLocalData();
 }