C# 클래스 NLTUI.Translator

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: neosmart/Localization 1 사용 예제들

공개 메소드들

메소드 설명
LoadKeys ( Locale loadFrom, string collectionKey ) : void
Save ( ) : void
Translator ( LocaleManager localeManager, Locale parentLocale = null ) : System

비공개 메소드들

메소드 설명
BumpVersions ( ) : void
GetStatusIcon ( string collectionKey, string key ) : string
ReflectCheckboxes ( ) : void
StoreCurrentData ( ) : void
btnDeleteKey_Click ( object sender, EventArgs e ) : void
btnNewKey_Click ( object sender, EventArgs e ) : void
btnRename_Click ( object sender, EventArgs e ) : void
btnSetModified_Click ( object sender, EventArgs e ) : void
chkChild_CheckedChanged ( object sender, EventArgs e ) : void
lstKeys_AfterLabelEdit ( object sender, System.Windows.Forms.LabelEditEventArgs e ) : void
lstKeys_SelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

LoadKeys() 공개 메소드

public LoadKeys ( Locale loadFrom, string collectionKey ) : void
loadFrom Locale
collectionKey string
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

Translator() 공개 메소드

public Translator ( LocaleManager localeManager, Locale parentLocale = null ) : System
localeManager NeoSmart.Localization.LocaleManager
parentLocale Locale
리턴 System