Пример #1
0
 private async void Save_Clicked(object sender, EventArgs e)
 {
     if (DoOnce())
     {
         await _vm.SubmitAsync();
     }
 }