mirror of
https://github.com/Orbmu2k/nvidiaProfileInspector.git
synced 2026-04-30 19:15:17 -04:00
8 lines
196 B
C#
8 lines
196 B
C#
namespace nspector.Common.Meta
|
|
{
|
|
internal class MetaServiceItem
|
|
{
|
|
public ISettingMetaService Service { get; set; }
|
|
public uint ValueNamePrio { get; set; }
|
|
}
|
|
} |