PowerToys/Plugins/Wox.Plugin.WebSearch/SearchSourceViewModel.cs
2016-06-21 00:18:35 +01:00

7 lines
143 B
C#

namespace Wox.Plugin.WebSearch
{
public class SearchSourceViewModel
{
public SearchSource SearchSource { get; set; }
}
}