mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-04-01 10:39:50 +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;
|
|
}
|