Files
PowerToys/Plugins/Wox.Plugin.Program/Program.cs
bao-qian 9e033d1673 rename
2016-08-19 23:24:21 +01:00

15 lines
366 B
C#

using System;
namespace Wox.Plugin.Program
{
[Serializable]
public class Program
{
public string Title { get; set; }
public string IcoPath { get; set; }
public string Path { get; set; }
public string Directory { get; set; }
public string ExecutableName { get; set; }
public int Score { get; set; }
}
}