C# Class NetTelebot.Commands.CommandEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: themehrdad/NetTelebot

Public Methods

Method Description
CommandEventArgs ( MessageInfo message, CommandInfo command ) : System

Method Details

CommandEventArgs() public method

public CommandEventArgs ( MessageInfo message, CommandInfo command ) : System
message MessageInfo
command CommandInfo
return System