Begin UI Redesign, switch to icon font

This commit is contained in:
2019-04-12 11:02:11 -05:00
parent c7ff2e6269
commit 54965a961f
32 changed files with 591 additions and 40 deletions
@@ -0,0 +1,12 @@
using System;
namespace qController
{
public class MasterPageItem
{
public string Title { get; set; }
public string Icon { get; set; }
public string Command { get; set; }
}
}