Skip to content

Instantly share code, notes, and snippets.

@joshuwa
Created February 19, 2013 16:40
Show Gist options
  • Save joshuwa/4987556 to your computer and use it in GitHub Desktop.
Save joshuwa/4987556 to your computer and use it in GitHub Desktop.
Smaple Glass User Control
public partial class DocumentRenderer : GlassUserControl<HomePage>
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment