Skip to content

Instantly share code, notes, and snippets.

@AgiosAndreas
Created August 23, 2012 13:04
Show Gist options
  • Save AgiosAndreas/3436390 to your computer and use it in GitHub Desktop.
Save AgiosAndreas/3436390 to your computer and use it in GitHub Desktop.
public class Single
{
public static readonly Single Instance = new Single();
private Single()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment