Skip to content

Instantly share code, notes, and snippets.

@wtuts
Created June 24, 2014 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtuts/d2813676b06bc0781fde to your computer and use it in GitHub Desktop.
Save wtuts/d2813676b06bc0781fde to your computer and use it in GitHub Desktop.
Hub tiles -Part 2
//Tile class so as to provide data source for the mylistbox
public class Tileclass
{
public string title { get; set; }
public string notification { get; set; }
public string source { get; set; }
public string tag { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment