mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
8 lines
144 B
C#
8 lines
144 B
C#
|
|
namespace Wox.Plugin.WebSearch
|
|||
|
|
{
|
|||
|
|
public class SearchSourceViewModel
|
|||
|
|
{
|
|||
|
|
public SearchSource SearchSource { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|