C# Class SharpTox.Core.ToxEventArgs.FriendRequestEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: hexafluoride/Detox

Public Methods

Method Description
FriendRequestEventArgs ( ToxKey publicKey, string message ) : System

Method Details

FriendRequestEventArgs() public method

public FriendRequestEventArgs ( ToxKey publicKey, string message ) : System
publicKey ToxKey
message string
return System