C# Class Outliner.DebugEventArgs

Inheritance: System.EventArgs
Show file Open project: Pjanssen/Outliner

Public Methods

Method Description
DebugEventArgs ( String text ) : System
DebugEventArgs ( String text, String text2 ) : System
DebugEventArgs ( String text, String text2, String text3 ) : System

Method Details

DebugEventArgs() public method

public DebugEventArgs ( String text ) : System
text String
return System

DebugEventArgs() public method

public DebugEventArgs ( String text, String text2 ) : System
text String
text2 String
return System

DebugEventArgs() public method

public DebugEventArgs ( String text, String text2, String text3 ) : System
text String
text2 String
text3 String
return System