PowerToys/Wox.Plugin/PythonResult.cs

14 lines
260 B
C#
Raw Normal View History

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