PowerToys/Plugins/Wox.Plugin.Program/Programs/Program.cs
2016-08-19 23:25:36 +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; }
}
}