C# Class Start.AppConfig

Exibir arquivo Open project: wcgh/Taobaoshua

Public Methods

Method Description
AppConfig ( ) : System
SetValue ( string AppKey, string AppValue ) : void
getValue ( string AppKey ) : string

Method Details

AppConfig() public method

public AppConfig ( ) : System
return System

SetValue() public static method

public static SetValue ( string AppKey, string AppValue ) : void
AppKey string
AppValue string
return void

getValue() public static method

public static getValue ( string AppKey ) : string
AppKey string
return string