Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
TsRemux
frmConsole.TBWriter
C# Class TsRemux.frmConsole.TBWriter
Inheritance:
System.IO.TextWriter
Mostrar archivo
Open project: antiochus/tsremux
Public Methods
Method
Description
TBWriter
(
TextBox
tb
) :
System
Write
(
Char
c
) :
void
Write
(
String
txt
) :
void
WriteLine
(
String
txt
) :
void
Method Details
TBWriter()
public
method
public
TBWriter
(
TextBox
tb
) :
System
tb
System.Windows.Forms.TextBox
return
System
Write()
public
method
public
Write
(
Char
c
) :
void
c
Char
return
void
Write()
public
method
public
Write
(
String
txt
) :
void
txt
String
return
void
WriteLine()
public
method
public
WriteLine
(
String
txt
) :
void
txt
String
return
void