mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-30 10:19:51 +08:00
7 lines
184 B
C#
7 lines
184 B
C#
namespace MicaSetup.Shell.Dialogs;
|
|
|
|
public class ShellNonFileSystemItem : ShellObject
|
|
{
|
|
internal ShellNonFileSystemItem(IShellItem2 shellItem) => nativeShellItem = shellItem;
|
|
}
|