This commit is contained in:
bao-qian
2016-08-19 23:25:36 +01:00
parent 8684788f1f
commit f32f37cfbb
9 changed files with 7 additions and 7 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; }
}
}