C# Class CrewChiefV3.ControlWriter

Inheritance: System.IO.TextWriter
ファイルを表示 Open project: mrbelowski/r3e_crewchief_v3

Public Methods

Method Description
ControlWriter ( TextBox textbox ) : System
Write ( char value ) : void
Write ( string value ) : void
WriteLine ( string value ) : void

Method Details

ControlWriter() public method

public ControlWriter ( TextBox textbox ) : System
textbox System.Windows.Forms.TextBox
return System

Write() public method

public Write ( char value ) : void
value char
return void

Write() public method

public Write ( string value ) : void
value string
return void

WriteLine() public method

public WriteLine ( string value ) : void
value string
return void