C# Class Start.AppConfig

Afficher le fichier Open project: wcgh/Taobaoshua

Méthodes publiques

Méthode Description
AppConfig ( ) : System
SetValue ( string AppKey, string AppValue ) : void
getValue ( string AppKey ) : string

Method Details

AppConfig() public méthode

public AppConfig ( ) : System
Résultat System

SetValue() public static méthode

public static SetValue ( string AppKey, string AppValue ) : void
AppKey string
AppValue string
Résultat void

getValue() public static méthode

public static getValue ( string AppKey ) : string
AppKey string
Résultat string