C# Class Rhino.Tools.Shell.ConsoleWrite

Inheritance: Runnable
Datei anzeigen Open project: hazzik/Rhino.Net

Public Methods

Method Description
ConsoleWrite ( ConsoleTextArea textArea, string str ) : System.Collections.Generic
Run ( ) : void

Method Details

ConsoleWrite() public method

public ConsoleWrite ( ConsoleTextArea textArea, string str ) : System.Collections.Generic
textArea ConsoleTextArea
str string
return System.Collections.Generic

Run() public method

public Run ( ) : void
return void