Files
PowerToys/Plugins/Wox.Plugin.Program/ProgramSources/Program.cs
bao-qian 8684788f1f rename
2016-08-19 23:25:13 +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; }
}
}