mirror of
https://github.com/Orbmu2k/nvidiaProfileInspector.git
synced 2025-12-23 23:18:07 -05:00
11 lines
169 B
C#
11 lines
169 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace nspector.Common.Import
|
|
{
|
|
[Serializable]
|
|
public class Profiles : List<Profile>
|
|
{
|
|
|
|
}
|
|
} |