Example #1
0
 private void DoSelectPageCommand(DF.Form selectedForm)
 {
     _device.BeginInvokeOnMainThread(async() => await _navigation.PushAsync(new FormPage(selectedForm)));
 }
 private void DoClosePageCommand()
 {
     _device.BeginInvokeOnMainThread(async() => await _navigation.PopAsync());
 }