C# 클래스 iTunesAgent.UI.TranslationMgr

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Attach ( Form form ) : void
Attach ( UserControl control ) : void
ChangeLanguage ( string language ) : void
Detach ( Form form ) : void
Detach ( UserControl control ) : void
RaiseTranslate ( ) : void

보호된 메소드들

메소드 설명
ApplyTranslation ( Control parent ) : void
ApplyTranslation ( Control sub, Control parent ) : void
Attach ( Control control ) : void
Detach ( Control control ) : void
HandleControl_VisibleChanged ( object sender, EventArgs e ) : void

메소드 상세

ApplyTranslation() 보호된 정적인 메소드

protected static ApplyTranslation ( Control parent ) : void
parent System.Windows.Forms.Control
리턴 void

ApplyTranslation() 보호된 정적인 메소드

protected static ApplyTranslation ( Control sub, Control parent ) : void
sub System.Windows.Forms.Control
parent System.Windows.Forms.Control
리턴 void

Attach() 보호된 정적인 메소드

protected static Attach ( Control control ) : void
control System.Windows.Forms.Control
리턴 void

Attach() 공개 정적인 메소드

public static Attach ( Form form ) : void
form System.Windows.Forms.Form
리턴 void

Attach() 공개 정적인 메소드

public static Attach ( UserControl control ) : void
control System.Windows.Forms.UserControl
리턴 void

ChangeLanguage() 공개 정적인 메소드

public static ChangeLanguage ( string language ) : void
language string
리턴 void

Detach() 보호된 정적인 메소드

protected static Detach ( Control control ) : void
control System.Windows.Forms.Control
리턴 void

Detach() 공개 정적인 메소드

public static Detach ( Form form ) : void
form System.Windows.Forms.Form
리턴 void

Detach() 공개 정적인 메소드

public static Detach ( UserControl control ) : void
control System.Windows.Forms.UserControl
리턴 void

HandleControl_VisibleChanged() 보호된 정적인 메소드

protected static HandleControl_VisibleChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

RaiseTranslate() 공개 정적인 메소드

public static RaiseTranslate ( ) : void
리턴 void