C# Class Engine.RoomUsersEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Nirklav/TCPChat

Méthodes publiques

Méthode Description
RoomUsersEventArgs ( string nick, bool removed ) : System

Method Details

RoomUsersEventArgs() public méthode

public RoomUsersEventArgs ( string nick, bool removed ) : System
nick string
removed bool
Résultat System