mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
1. #486 2. fix #778 #763 #742 3. MVVM refactoring 4. remove IMultipleActionKeywords interface, use PluginManager directly
8 lines
144 B
C#
8 lines
144 B
C#
namespace Wox.Plugin.WebSearch
|
|
{
|
|
public class SearchSourceViewModel
|
|
{
|
|
public SearchSource SearchSource { get; set; }
|
|
}
|
|
}
|