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