Skip to content

Instantly share code, notes, and snippets.

@TBertuzzi
Created January 20, 2022 13:46
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 TBertuzzi/b59e9f8f8d2dd0e801cd5a693369ba2f to your computer and use it in GitHub Desktop.
Save TBertuzzi/b59e9f8f8d2dd0e801cd5a693369ba2f to your computer and use it in GitHub Desktop.
AiForms
private void btnToast_Clicked(object sender, EventArgs e)
{
Toast.Instance.Show<MinhaToastView>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment