C# Class KeePassLib.Resources.KLRes

A strongly-typed resource class, for looking up localized strings, etc.
Mostrar archivo Open project: cappert/keepass2

Public Methods

Method Description
GetKeyNames ( ) : string[]
SetTranslatedStrings ( string>.Dictionary dictNew ) : void

Private Methods

Method Description
TryGetEx ( string>.Dictionary dictNew, string strName, string strDefault ) : string

Method Details

GetKeyNames() public static method

public static GetKeyNames ( ) : string[]
return string[]

SetTranslatedStrings() public static method

public static SetTranslatedStrings ( string>.Dictionary dictNew ) : void
dictNew string>.Dictionary
return void