C# 클래스 iSpyApplication.LocRm

파일 보기 프로젝트 열기: ispysoftware/iSpy 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Init void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Init ( ) : void

메소드 상세

GetString() 공개 정적인 메소드

public static GetString ( string identifier ) : string
identifier string
리턴 string

GetString() 공개 정적인 메소드

public static GetString ( string identifier, string languageCode ) : string
identifier string
languageCode string
리턴 string

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void

SetString() 공개 정적인 메소드

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

SetString() 공개 정적인 메소드

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

SetString() 공개 정적인 메소드

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