C# Class Gravitation.Comms.Lobby.EventArgs.ChatRecevedEventArgs

Inheritance: System.EventArgs
Show file Open project: thedamoes/Gravitation

Public Properties

Property Type Description
line String

Public Methods

Method Description
ChatRecevedEventArgs ( String line ) : System

Method Details

ChatRecevedEventArgs() public method

public ChatRecevedEventArgs ( String line ) : System
line String
return System

Property Details

line public property

public String line
return String