PowerToys/Plugins/Wox.Plugin.Doc/Doc.cs
2014-01-29 18:33:24 +08:00

10 lines
No EOL
236 B
C#

namespace Wox.Plugin.Doc
{
public class Doc
{
public string DBPath { get; set; }
public string DBType { get; set; }
public string Name { get; set; }
public string IconPath { get; set; }
}
}