C# Class Dynamo.AutoTT.FeedbackManager

Inheritance: IFeedbackManager
Show file Open project: MartinF/Dynamo.AutoTT Class Usage Examples

Public Methods

Method Description
Error ( string text ) : void
Event ( string text ) : void
FeedbackManager ( string name, OutputWindowPane outputPane ) : System

Method Details

Error() public method

public Error ( string text ) : void
text string
return void

Event() public method

public Event ( string text ) : void
text string
return void

FeedbackManager() public method

public FeedbackManager ( string name, OutputWindowPane outputPane ) : System
name string
outputPane OutputWindowPane
return System