Flow.Launcher/Wox.Plugin/PythonResult.cs

14 lines
260 B
C#
Raw Normal View History

2013-12-26 12:18:08 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
2014-01-29 10:33:24 +00:00
namespace Wox.Plugin
2013-12-26 12:18:08 +00:00
{
public class PythonResult : Result
{
public string ActionName { get; set; }
public string ActionPara { get; set; }
}
}