C# Class iSpyApplication.LocRm

Exibir arquivo Open project: ispysoftware/iSpy Class Usage Examples

Private Properties

Property Type Description
Init void

Public Methods

Method Description
GetString ( string identifier ) : string
GetString ( string identifier, string languageCode ) : string
Reset ( ) : void
SetString ( Control ctrl, string identifier ) : void
SetString ( MenuItem ctrl, string identifier ) : void
SetString ( ToolStripStatusLabel ctrl, string identifier ) : void

Private Methods

Method Description
Init ( ) : void

Method Details

GetString() public static method

public static GetString ( string identifier ) : string
identifier string
return string

GetString() public static method

public static GetString ( string identifier, string languageCode ) : string
identifier string
languageCode string
return string

Reset() public static method

public static Reset ( ) : void
return void

SetString() public static method

public static SetString ( Control ctrl, string identifier ) : void
ctrl Control
identifier string
return void

SetString() public static method

public static SetString ( MenuItem ctrl, string identifier ) : void
ctrl MenuItem
identifier string
return void

SetString() public static method

public static SetString ( ToolStripStatusLabel ctrl, string identifier ) : void
ctrl ToolStripStatusLabel
identifier string
return void