2014-01-29 18:33:24 +08:00
|
|
|
|
namespace Wox.Models
|
2014-01-28 11:19:27 +08:00
|
|
|
|
{
|
|
|
|
|
|
public class WebSearch
|
|
|
|
|
|
{
|
|
|
|
|
|
public string Keyword { get; set; }
|
|
|
|
|
|
public string IconPath { get; set; }
|
|
|
|
|
|
public string Website { get; set; }
|
|
|
|
|
|
public string Enabled { get; set; }
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|