C# 클래스 SIL.FieldWorks.Common.FwUtils.FwRegistryHelper.Manager

파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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!

메소드 상세

Reset() 공개 정적인 메소드

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

SetRegistryHelper() 공개 정적인 메소드

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