Skip to content

Instantly share code, notes, and snippets.

@jfromaniello
Created February 29, 2012 14:00
Show Gist options
  • Save jfromaniello/1941057 to your computer and use it in GitHub Desktop.
Save jfromaniello/1941057 to your computer and use it in GitHub Desktop.
public string MiPropiedad
{
set { this.miPropiedad = value; }
get { return desencriptar(this.mipropiedad); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment