Skip to content

Instantly share code, notes, and snippets.

@andreas-nesheim
Last active October 3, 2021 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreas-nesheim/0d781278710aff3c93131df6cdc8dfee to your computer and use it in GitHub Desktop.
Save andreas-nesheim/0d781278710aff3c93131df6cdc8dfee to your computer and use it in GitHub Desktop.
private async void BookButtonGolf_Clicked(object sender, EventArgs e)
{
var result = await runeParkClient.BookParkingAsync("Andreas Nesheim", "XX00000");
await DisplayAlert("Status", result ? "Parking was successful!" : "Parking failed or already registered", "OK");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment