Refactoring start menu source

1. refactoriong start menu source
2. fix depth problems involved in last commit
This commit is contained in:
bao-qian
2016-08-19 23:05:59 +01:00
parent f8cc54d4f2
commit 19617e9dae
11 changed files with 126 additions and 130 deletions

View File

@@ -15,6 +15,5 @@ namespace Wox.Plugin.Program
public string Directory { get; set; }
public string ExecutableName { get; set; }
public int Score { get; set; }
public ProgramSource Source { get; set; }
}
}