Files
qController/qControllerCore/Classes/Settings/OSCListItem.cs
T

12 lines
198 B
C#

namespace qController
{
public class OSCListItem
{
public string Text { get; set; }
public string Icon { get; set; }
public string Command { get; set; }
}
}