C# Class ClientLauncher.ErrorMessageEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: swganhtools/swganhclientlauncher Class Usage Examples

Méthodes publiques

Méthode Description
ErrorMessageEventArgs ( string strErrorMessage, EventHandler handleMe ) : System
ErrorMessageEventArgs ( string strErrorMessage, EventHandler handleMe, NextStep nxtStep ) : System

Method Details

ErrorMessageEventArgs() public méthode

public ErrorMessageEventArgs ( string strErrorMessage, EventHandler handleMe ) : System
strErrorMessage string
handleMe EventHandler
Résultat System

ErrorMessageEventArgs() public méthode

public ErrorMessageEventArgs ( string strErrorMessage, EventHandler handleMe, NextStep nxtStep ) : System
strErrorMessage string
handleMe EventHandler
nxtStep NextStep
Résultat System