Skip to content

Instantly share code, notes, and snippets.

@JokerMartini
Last active July 5, 2017 14:15
Show Gist options
  • Save JokerMartini/7eb058604b1fddc028f9 to your computer and use it in GitHub Desktop.
Save JokerMartini/7eb058604b1fddc028f9 to your computer and use it in GitHub Desktop.
C# class object sample layout
#region privates properties
#endregion privates properties
#region public properties
#endregion public properties
#region constructors
#endregion
#region commands
#endregion
#region methods
#endregion
#region events
#endregion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment