PowerToys/Plugins/Wox.Plugin.WebSearch/SearchSourceViewModel.cs

7 lines
143 B
C#
Raw Normal View History

namespace Wox.Plugin.WebSearch
{
public class SearchSourceViewModel
{
public SearchSource SearchSource { get; set; }
}
2016-06-21 07:18:35 +08:00
}