This commit is contained in:
bao-qian
2016-08-19 23:25:13 +01:00
parent 9e033d1673
commit 8684788f1f
4 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
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; }
}
}