Example #1
0
 private async void Submit_Clicked(object sender, EventArgs e)
 {
     if (DoOnce())
     {
         await _vm.SubmitAsync();
     }
 }