C# 클래스 TsRemux.frmConsole.TBWriter

상속: System.IO.TextWriter
파일 보기 프로젝트 열기: antiochus/tsremux

공개 메소드들

메소드 설명
TBWriter ( TextBox tb ) : System
Write ( Char c ) : void
Write ( String txt ) : void
WriteLine ( String txt ) : void

메소드 상세

TBWriter() 공개 메소드

public TBWriter ( TextBox tb ) : System
tb System.Windows.Forms.TextBox
리턴 System

Write() 공개 메소드

public Write ( Char c ) : void
c Char
리턴 void

Write() 공개 메소드

public Write ( String txt ) : void
txt String
리턴 void

WriteLine() 공개 메소드

public WriteLine ( String txt ) : void
txt String
리턴 void