C# 클래스 afung.MangaWeb3.Client.Settings

파일 보기 프로젝트 열기: a-fung/MangaWeb3

공개 메소드들

메소드 설명
GetCurrentPage ( int mangaId ) : int
SetCurrentPage ( int mangaId, int currentPage ) : void

비공개 메소드들

메소드 설명
GetCookie ( string cookieName ) : string
Load ( string key ) : string
Save ( string key, string value ) : void
SetCookie ( string cookieName, string value, int expire ) : void

메소드 상세

GetCurrentPage() 공개 정적인 메소드

public static GetCurrentPage ( int mangaId ) : int
mangaId int
리턴 int

SetCurrentPage() 공개 정적인 메소드

public static SetCurrentPage ( int mangaId, int currentPage ) : void
mangaId int
currentPage int
리턴 void