Skip to content

Instantly share code, notes, and snippets.

@slodge
Created October 23, 2013 18:55
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