C# Class Woopsa.AuthenticationCheckEventArgs

Inheritance: System.EventArgs
显示文件 Open project: woopsa-protocol/Woopsa Class Usage Examples

Public Methods

Method Description
AuthenticationCheckEventArgs ( string username, string password ) : System

Method Details

AuthenticationCheckEventArgs() public method

public AuthenticationCheckEventArgs ( string username, string password ) : System
username string
password string
return System