C# 클래스 Bloom.Book.UserPrefs

파일 보기 프로젝트 열기: BloomBooks/BloomDesktop 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Save void
UserPrefs System

공개 메소드들

메소드 설명
LoadOrMakeNew ( string fileName ) : UserPrefs
UpdateFileLocation ( string newDirectoryName ) : void

Used when the directory is changed because the book has been renamed

비공개 메소드들

메소드 설명
Save ( ) : void
UserPrefs ( ) : System

메소드 상세

LoadOrMakeNew() 공개 정적인 메소드

public static LoadOrMakeNew ( string fileName ) : UserPrefs
fileName string
리턴 UserPrefs

UpdateFileLocation() 공개 메소드

Used when the directory is changed because the book has been renamed
public UpdateFileLocation ( string newDirectoryName ) : void
newDirectoryName string
리턴 void