C# 클래스 x86.AppConfig

파일 보기 프로젝트 열기: wcgh/Taobaoshua

공개 메소드들

메소드 설명
AppConfig ( ) : System
SetValue ( string AppKey, string AppValue ) : void
getValue ( string AppKey ) : string

메소드 상세

AppConfig() 공개 메소드

public AppConfig ( ) : System
리턴 System

SetValue() 공개 정적인 메소드

public static SetValue ( string AppKey, string AppValue ) : void
AppKey string
AppValue string
리턴 void

getValue() 공개 정적인 메소드

public static getValue ( string AppKey ) : string
AppKey string
리턴 string