C# Class DroidExplorer.Core.UI.CConsole.ConsoleEventArgs

The ConsoleEventArgs are arguments for a console event.
Inheritance: System.EventArgs
Mostrar archivo Open project: camalot/droidexplorer

Public Methods

Method Description
ConsoleEventArgs ( ) : System

Initializes a new instance of the ConsoleEventArgs class.

ConsoleEventArgs ( string content ) : System

Initializes a new instance of the ConsoleEventArgs class.

Method Details

ConsoleEventArgs() public method

Initializes a new instance of the ConsoleEventArgs class.
public ConsoleEventArgs ( ) : System
return System

ConsoleEventArgs() public method

Initializes a new instance of the ConsoleEventArgs class.
public ConsoleEventArgs ( string content ) : System
content string The content.
return System