C# Class SIL.FieldWorks.Common.FwUtils.FwRegistryHelper.Manager

Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method Description
Reset ( ) : void

Resets the registry helper. NOTE: should only be used from unit tests!

SetRegistryHelper ( IFwRegistryHelper helper ) : void

Sets the registry helper. NOTE: Should only be used from unit tests!

Method Details

Reset() public static method

Resets the registry helper. NOTE: should only be used from unit tests!
public static Reset ( ) : void
return void

SetRegistryHelper() public static method

Sets the registry helper. NOTE: Should only be used from unit tests!
public static SetRegistryHelper ( IFwRegistryHelper helper ) : void
helper IFwRegistryHelper
return void