This commit is contained in:
bao-qian
2016-08-19 23:24:21 +01:00
parent 69c00d272b
commit 9e033d1673
16 changed files with 99 additions and 53 deletions

View File

@@ -1,14 +1,11 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Wox.Infrastructure.Exception;
using Wox.Infrastructure.Logger;
namespace Wox.Plugin.Program.ProgramSources
{
[Serializable]
public class FileSystemProgramSource : Win32
public class UnregisteredPrograms : Win32
{
public string Location { get; set; } = "";