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

8 lines
144 B
C#
Raw Normal View History

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