mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-06 03:07:54 +08:00
10 lines
249 B
C#
10 lines
249 B
C#
namespace WinAlfred.Models
|
|
{
|
|
public class WebSearch
|
|
{
|
|
public string Keyword { get; set; }
|
|
public string IconPath { get; set; }
|
|
public string Website { get; set; }
|
|
public string Enabled { get; set; }
|
|
}
|
|
} |