C# Class Engine.RoomUsersEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: Nirklav/TCPChat

Public Methods

Method Description
RoomUsersEventArgs ( string nick, bool removed ) : System

Method Details

RoomUsersEventArgs() public method

public RoomUsersEventArgs ( string nick, bool removed ) : System
nick string
removed bool
return System