C# Class Server.AccountLoginEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
AccountLoginEventArgs ( Server.Network.NetState state, string username, string password ) : System

Method Details

AccountLoginEventArgs() public méthode

public AccountLoginEventArgs ( Server.Network.NetState state, string username, string password ) : System
state Server.Network.NetState
username string
password string
Résultat System