mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-26 03:58:45 +08:00
11 lines
190 B
C#
11 lines
190 B
C#
namespace mRemoteNG.Tools.WindowsRegistry
|
|
{
|
|
public enum RegistryHive
|
|
{
|
|
ClassesRoot,
|
|
CurrentConfig,
|
|
CurrentUser,
|
|
Users,
|
|
LocalMachine
|
|
}
|
|
} |