예제 #1
0
 private async void ExportButton_Clicked(object sender, EventArgs e)
 {
     await vm.ExportBackupAsync();
 }