C# Class SlavaGu.ConsoleAppLauncher.ConsoleOutputEventArgs

Inheritance: System.EventArgs
Mostra file Open project: slavagu/ConsoleAppLauncher Class Usage Examples

Public Methods

Method Description
ConsoleOutputEventArgs ( string line, bool isError ) : System

Method Details

ConsoleOutputEventArgs() public method

public ConsoleOutputEventArgs ( string line, bool isError ) : System
line string
isError bool
return System