Notification settings added to the UI

This commit is contained in:
Mark McDowall 2013-05-19 21:19:54 -07:00
commit c5376319fe
21 changed files with 168 additions and 35 deletions

View file

@ -7,5 +7,6 @@
public string Label { get; set; }
public string HelpText { get; set; }
public string Value { get; set; }
public string Type { get; set; }
}
}