Skip to content

Instantly share code, notes, and snippets.

@erichexter
Created November 10, 2012 17:07
Show Gist options
  • Save erichexter/4051734 to your computer and use it in GitHub Desktop.
Save erichexter/4051734 to your computer and use it in GitHub Desktop.
public class HomeViewModel
{
public IList<Device> Devices { get; set; }
public IList<Scene> Scenes { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment