Advertisement
Guest User

Untitled

a guest
Feb 17th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public override void ViewWillAppear ()
  2. {
  3. base.ViewWillAppear ();
  4.  
  5. NSApplication.SharedApplication.ActivateIgnoringOtherApps (true);
  6. this.View.Window.MakeKeyAndOrderFront (this);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement