Skip to content

Instantly share code, notes, and snippets.

@mrstebo
Created June 2, 2020 11:35
Show Gist options
  • Select an option

  • Save mrstebo/b2a8b854f3ef09d2ee69ea856abf77a4 to your computer and use it in GitHub Desktop.

Select an option

Save mrstebo/b2a8b854f3ef09d2ee69ea856abf77a4 to your computer and use it in GitHub Desktop.
deriving-from-our-registryconfig-class-1
public sealed class TestConfig : RegistryConfig
{
public TestConfig()
: base(RegistryHive.CurrentUser, @"SOFTWARE\Test")
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment