Skip to content

Instantly share code, notes, and snippets.

@CristianoRC
Created January 13, 2019 02:25
Show Gist options
  • Save CristianoRC/62a71d699a369f5e2d3258af30779627 to your computer and use it in GitHub Desktop.
Save CristianoRC/62a71d699a369f5e2d3258af30779627 to your computer and use it in GitHub Desktop.
namespace parametros
{
public class Options
{
public bool Verbose { get; set; }
public string Color { get; set; }
public string Title { get; set; }
public string Name { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment