C# 클래스 D16.VideoCommander.ConfigManager

Manager for access to app.config settings.
파일 보기 프로젝트 열기: feg-giessen/videocommander

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetValue ( string key ) : string

Returns a value from app.config or an empty string, if value is not present.

메소드 상세

GetValue() 공개 정적인 메소드

Returns a value from app.config or an empty string, if value is not present.
public static GetValue ( string key ) : string
key string The key.
리턴 string