Guest User

Untitled

a guest
Nov 22nd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. partial void btnSupport_(UIButton sender)
  2. {
  3. var uri = new Uri("mailto:" + Constants.SUPPORT_EMAIL);
  4. UIApplication.SharedApplication.OpenUrl(new NSUrl(uri.ToString()));
  5. }
Add Comment
Please, Sign In to add comment