Flow.Launcher/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs
2020-05-11 23:15:15 +10:00

10 lines
153 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Flow.Launcher.Plugin.Explorer
{
public class Settings
{
}
}