C# Class Server.AccountLoginEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
AccountLoginEventArgs ( Server.Network.NetState state, string username, string password ) : System

Method Details

AccountLoginEventArgs() public method

public AccountLoginEventArgs ( Server.Network.NetState state, string username, string password ) : System
state Server.Network.NetState
username string
password string
return System