mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
update doc workflow
This commit is contained in:
10
Plugins/WinAlfred.Plugin.Doc/Doc.cs
Normal file
10
Plugins/WinAlfred.Plugin.Doc/Doc.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user