C# 클래스 TranslateTool.ApplyPo

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

공개 메소드들

메소드 설명
Apply ( List entries, ResourceDirectory resdir, TextWriter statusOutput ) : void
ApplyEntry ( PoEntry entry, LocString str, TextWriter statusOutput ) : void

비공개 메소드들

메소드 설명
FindLocString ( PoLocation location, ResourceDirectory resdir ) : LocString

메소드 상세

Apply() 공개 메소드

public Apply ( List entries, ResourceDirectory resdir, TextWriter statusOutput ) : void
entries List
resdir ResourceDirectory
statusOutput System.IO.TextWriter
리턴 void

ApplyEntry() 공개 메소드

public ApplyEntry ( PoEntry entry, LocString str, TextWriter statusOutput ) : void
entry PoEntry
str LocString
statusOutput System.IO.TextWriter
리턴 void