mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
init
This commit is contained in:
11
WinAlfred.Plugin/Result.cs
Normal file
11
WinAlfred.Plugin/Result.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace WinAlfred.Plugin
|
||||
{
|
||||
public class Result
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public Action Action { get; set; }
|
||||
public int Score { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user