C# Class Monitor.LogEventArgs

Log event data.
Inheritance: System.EventArgs
Mostrar archivo Open project: tymanski/SimpleConfigurationManager Class Usage Examples

Public Methods

Method Description
LogEventArgs ( string message ) : System

Initializes class.

Method Details

LogEventArgs() public method

Initializes class.
public LogEventArgs ( string message ) : System
message string
return System