C# Class Outliner.DebugEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Pjanssen/Outliner

Méthodes publiques

Méthode Description
DebugEventArgs ( String text ) : System
DebugEventArgs ( String text, String text2 ) : System
DebugEventArgs ( String text, String text2, String text3 ) : System

Method Details

DebugEventArgs() public méthode

public DebugEventArgs ( String text ) : System
text String
Résultat System

DebugEventArgs() public méthode

public DebugEventArgs ( String text, String text2 ) : System
text String
text2 String
Résultat System

DebugEventArgs() public méthode

public DebugEventArgs ( String text, String text2, String text3 ) : System
text String
text2 String
text3 String
Résultat System