Skip to content

Instantly share code, notes, and snippets.

@wellingtonjhn
Last active July 26, 2018 07:05
Show Gist options
  • Select an option

  • Save wellingtonjhn/7648aae72c1ed7d5eb737aae0f323c41 to your computer and use it in GitHub Desktop.

Select an option

Save wellingtonjhn/7648aae72c1ed7d5eb737aae0f323c41 to your computer and use it in GitHub Desktop.
public class MySettings
{
public string ApplicationName { get; set; }
public string Author { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment