C# 클래스 DroidExplorer.Core.UI.CConsole.ConsoleEventArgs

The ConsoleEventArgs are arguments for a console event.
상속: System.EventArgs
파일 보기 프로젝트 열기: camalot/droidexplorer

공개 메소드들

메소드 설명
ConsoleEventArgs ( ) : System

Initializes a new instance of the ConsoleEventArgs class.

ConsoleEventArgs ( string content ) : System

Initializes a new instance of the ConsoleEventArgs class.

메소드 상세

ConsoleEventArgs() 공개 메소드

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

ConsoleEventArgs() 공개 메소드

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