C# 클래스 Examples.ExamplesConsole.RPCExample.MathEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: MarcFletcher/NetworkComms.Net

Private Properties

프로퍼티 타입 설명
MathEventArgs System

공개 메소드들

메소드 설명
MathEventArgs ( string toEcho ) : System

Creates a new MathEventArgs object with a provided message

비공개 메소드들

메소드 설명
MathEventArgs ( ) : System

메소드 상세

MathEventArgs() 공개 메소드

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