Files
better-genshin-impact/Build/MicaSetup/Natives/Shell/Dialogs/Common/ShellSavedSearchCollection.cs

10 lines
259 B
C#

using MicaSetup.Helper;
namespace MicaSetup.Shell.Dialogs;
public class ShellSavedSearchCollection : ShellSearchCollection
{
internal ShellSavedSearchCollection(IShellItem2 shellItem)
: base(shellItem) => OsVersionHelper.ThrowIfNotVista();
}