- Notifications
You must be signed in to change notification settings - Fork0
License
NotificationsYou must be signed in to change notification settings
msioen/LetsMove.Binding
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Xamarin binding for theLetsMove library
Move a running Mac OS X application to the Applications folder. Does NOT support sandboxed applications.
[Register("AppDelegate")]publicclassAppDelegate:NSApplicationDelegate{publicAppDelegate(){}publicoverridevoidDidFinishLaunching(NSNotificationnotification){LetsMove.CFunctions.PFMoveToApplicationsFolderIfNecessary();}publicoverridevoidWillTerminate(NSNotificationnotification){}}