C# Class OverviewerGUI.ConsoleRedirect

Inheritance: System.IO.TextWriter
Afficher le fichier Open project: rymate1234/Overviewer-GUI

Méthodes publiques

Méthode Description
ConsoleRedirect ( TextBox output ) : System
Write ( char value ) : void

Method Details

ConsoleRedirect() public méthode

public ConsoleRedirect ( TextBox output ) : System
output System.Windows.Forms.TextBox
Résultat System

Write() public méthode

public Write ( char value ) : void
value char
Résultat void