mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-31 10:29:52 +08:00
10 lines
259 B
C#
10 lines
259 B
C#
using MicaSetup.Helper;
|
|
|
|
namespace MicaSetup.Shell.Dialogs;
|
|
|
|
public class ShellSavedSearchCollection : ShellSearchCollection
|
|
{
|
|
internal ShellSavedSearchCollection(IShellItem2 shellItem)
|
|
: base(shellItem) => OsVersionHelper.ThrowIfNotVista();
|
|
}
|