C# Class c24.SystemRequirementsChecker.OutputWriter

Mostra file Open project: CHECK24/c24.SystemRequirementsChecker Class Usage Examples

Public Methods

Method Description
WriteError ( string text ) : void
WriteMessage ( string text ) : void

Method Details

WriteError() public method

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

WriteMessage() public method

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