C# Class Examples.ExamplesConsole.RPCExample.MathEventArgs

Inheritance: System.EventArgs
显示文件 Open project: MarcFletcher/NetworkComms.Net

Private Properties

Property Type Description
MathEventArgs System

Public Methods

Method Description
MathEventArgs ( string toEcho ) : System

Creates a new MathEventArgs object with a provided message

Private Methods

Method Description
MathEventArgs ( ) : System

Method Details

MathEventArgs() public method

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