C# Class iSpyApplication.LocRm

Afficher le fichier Open project: ispysoftware/iSpy Class Usage Examples

Private Properties

Свойство Type Description
Init void

Méthodes publiques

Méthode 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

Méthode Description
Init ( ) : void

Method Details

GetString() public static méthode

public static GetString ( string identifier ) : string
identifier string
Résultat string

GetString() public static méthode

public static GetString ( string identifier, string languageCode ) : string
identifier string
languageCode string
Résultat string

Reset() public static méthode

public static Reset ( ) : void
Résultat void

SetString() public static méthode

public static SetString ( Control ctrl, string identifier ) : void
ctrl Control
identifier string
Résultat void

SetString() public static méthode

public static SetString ( MenuItem ctrl, string identifier ) : void
ctrl MenuItem
identifier string
Résultat void

SetString() public static méthode

public static SetString ( ToolStripStatusLabel ctrl, string identifier ) : void
ctrl ToolStripStatusLabel
identifier string
Résultat void