C# Class afung.MangaWeb3.Client.Settings

Afficher le fichier Open project: a-fung/MangaWeb3

Méthodes publiques

Méthode Description
GetCurrentPage ( int mangaId ) : int
SetCurrentPage ( int mangaId, int currentPage ) : void

Private Methods

Méthode Description
GetCookie ( string cookieName ) : string
Load ( string key ) : string
Save ( string key, string value ) : void
SetCookie ( string cookieName, string value, int expire ) : void

Method Details

GetCurrentPage() public static méthode

public static GetCurrentPage ( int mangaId ) : int
mangaId int
Résultat int

SetCurrentPage() public static méthode

public static SetCurrentPage ( int mangaId, int currentPage ) : void
mangaId int
currentPage int
Résultat void