mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-15 03:59:15 +08:00
7 lines
143 B
C#
7 lines
143 B
C#
namespace Wox.Plugin.WebSearch
|
|
{
|
|
public class SearchSourceViewModel
|
|
{
|
|
public SearchSource SearchSource { get; set; }
|
|
}
|
|
} |