Skip to content

Instantly share code, notes, and snippets.

@slodge
Created October 23, 2013 18:55
Show Gist options
  • Save slodge/7124497 to your computer and use it in GitHub Desktop.
Save slodge/7124497 to your computer and use it in GitHub Desktop.
Mvx.Resolve<IUserInteraction>()
. Confirm("Do you want to delete?", result => {
if (result)
// do deletion
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment