Flow.Launcher/Plugins/WinAlfred.Plugin.Doc/Doc.cs

10 lines
242 B
C#
Raw Normal View History

2014-01-24 16:21:16 +00:00
namespace WinAlfred.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; }
}
}