PowerToys/Wox/Models/WebSearch.cs
2014-01-29 18:33:24 +08:00

10 lines
243 B
C#

namespace Wox.Models
{
public class WebSearch
{
public string Keyword { get; set; }
public string IconPath { get; set; }
public string Website { get; set; }
public string Enabled { get; set; }
}
}