PowerToys/Wox.Plugin.SystemPlugins/Folder Links/FolderLink.cs

11 lines
207 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Wox.Plugin.SystemPlugins.Folder_Links {
public class FolderLink {
public string Path { get; set; }
}
}