mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-01 01:49:06 +08:00
10 lines
236 B
C#
10 lines
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; }
|
|
}
|
|
} |