mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-30 10:19:51 +08:00
13 lines
233 B
C#
13 lines
233 B
C#
namespace MicaSetup.Shell.Dialogs;
|
|
|
|
public class ShellSearchCollection : ShellContainer
|
|
{
|
|
internal ShellSearchCollection()
|
|
{
|
|
}
|
|
|
|
internal ShellSearchCollection(IShellItem2 shellItem) : base(shellItem)
|
|
{
|
|
}
|
|
}
|