Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created December 7, 2019 15:06
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 IntegerMan/75591b750d23bfe87c6969a9feee13e5 to your computer and use it in GitHub Desktop.
Save IntegerMan/75591b750d23bfe87c6969a9feee13e5 to your computer and use it in GitHub Desktop.
private static bool _scientistInitialized;
private static void InitializeResultPublisherAsNeeded()
{
if (_scientistInitialized) return;
_scientistInitialized = true;
Scientist.ResultPublisher = new ResumeResultPublisher();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment