C# Class Examples.ExamplesConsole.RPCExample.MathEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: MarcFletcher/NetworkComms.Net

Private Properties

Свойство Type Description
MathEventArgs System

Méthodes publiques

Méthode Description
MathEventArgs ( string toEcho ) : System

Creates a new MathEventArgs object with a provided message

Private Methods

Méthode Description
MathEventArgs ( ) : System

Method Details

MathEventArgs() public méthode

Creates a new MathEventArgs object with a provided message
public MathEventArgs ( string toEcho ) : System
toEcho string The message to echo
Résultat System