Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Created August 25, 2020 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinZikmund/65ad6351bb7e70e07fbe519e92bed2f6 to your computer and use it in GitHub Desktop.
Save MartinZikmund/65ad6351bb7e70e07fbe519e92bed2f6 to your computer and use it in GitHub Desktop.
if (Settings.IsFirstRun)
{
// Do something.
Settings.IsFirstRun = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment