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

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode 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 méthode

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

SetRegistryHelper() public static méthode

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