Flow.Launcher/Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceViewModel.cs

7 lines
153 B
C#
Raw Normal View History

2020-04-21 09:12:17 +00:00
namespace Flow.Launcher.Plugin.WebSearch
{
public class SearchSourceViewModel
{
public SearchSource SearchSource { get; set; }
}
2016-06-20 23:18:35 +00:00
}