Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
TsRemux
frmConsole.TBWriter
C# Class TsRemux.frmConsole.TBWriter
Inheritance:
System.IO.TextWriter
Afficher le fichier
Open project: antiochus/tsremux
Méthodes publiques
Méthode
Description
TBWriter
(
TextBox
tb
) :
System
Write
(
Char
c
) :
void
Write
(
String
txt
) :
void
WriteLine
(
String
txt
) :
void
Method Details
TBWriter()
public
méthode
public
TBWriter
(
TextBox
tb
) :
System
tb
System.Windows.Forms.TextBox
Résultat
System
Write()
public
méthode
public
Write
(
Char
c
) :
void
c
Char
Résultat
void
Write()
public
méthode
public
Write
(
String
txt
) :
void
txt
String
Résultat
void
WriteLine()
public
méthode
public
WriteLine
(
String
txt
) :
void
txt
String
Résultat
void