C# Class LabelPlus.StringResources

Mostrar archivo Open project: noodlefighter/LabelPlus

Public Methods

Method Description
GetValue ( string itemName ) : string
SetValue ( string itemName, string value ) : void

Private Methods

Method Description
StringResources ( ) : System.Collections

Method Details

GetValue() static public method

static public GetValue ( string itemName ) : string
itemName string
return string

SetValue() static public method

static public SetValue ( string itemName, string value ) : void
itemName string
value string
return void