Skip to content

Instantly share code, notes, and snippets.

@ashokgelal
Created February 19, 2011 07:03
Show Gist options
  • Save ashokgelal/834895 to your computer and use it in GitHub Desktop.
Save ashokgelal/834895 to your computer and use it in GitHub Desktop.
ApplicationShouldTerminateAfterLastWindowClosed
public override bool ApplicationShouldTerminateAfterLastWindowClosed (NSApplication sender)
{
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment