PowerToys/WinAlfred.Plugin/PythonResult.cs

14 lines
266 B
C#
Raw Normal View History

2013-12-26 20:18:08 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace WinAlfred.Plugin
{
public class PythonResult : Result
{
public string ActionName { get; set; }
public string ActionPara { get; set; }
}
}