Flow.Launcher/Flow.Launcher/Resources/Controls/InstalledPluginSearchDelay.xaml.cs
2025-03-18 09:11:15 +08:00

11 lines
229 B
C#

using System.Windows.Controls;
namespace Flow.Launcher.Resources.Controls;
public partial class InstalledPluginSearchDelay : UserControl
{
public InstalledPluginSearchDelay()
{
InitializeComponent();
}
}