C# Class D16.VideoCommander.ConfigManager

Manager for access to app.config settings.
Show file Open project: feg-giessen/videocommander

Private Properties

Property Type Description

Public Methods

Method Description
GetValue ( string key ) : string

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

Method Details

GetValue() public static method

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.
return string