Skip to content

Instantly share code, notes, and snippets.

@clausjoergensen
Created November 1, 2011 10:48
Show Gist options
  • Save clausjoergensen/1330296 to your computer and use it in GitHub Desktop.
Save clausjoergensen/1330296 to your computer and use it in GitHub Desktop.
namespace Test
{
public class PaulaBean
{
private string paula = "Brillant";
public string Paula
{
get
{
return paula;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment