C# Class IrcSharp.PrivateMessageReceivedEventArgs

Inheritance: IrcEventArgs
显示文件 Open project: hapm/IrcShark Class Usage Examples

Public Methods

Method Description
PrivateMessageReceivedEventArgs ( IrcLine baseLine ) : System

Method Details

PrivateMessageReceivedEventArgs() public method

public PrivateMessageReceivedEventArgs ( IrcLine baseLine ) : System
baseLine IrcLine
return System