C# Класс IrcShark.Chatting.Irc.Listener.MotdBeginEventArgs

The MotdBeginEventArgs class is the EventArgs class for the MotdListener.MotdBegin event.
Наследование: IrcEventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
MotdBeginEventArgs ( IrcLine line ) : System

Initializes a new instance of the MotdBeginEventArgs class.

Описание методов

MotdBeginEventArgs() публичный Метод

Initializes a new instance of the MotdBeginEventArgs class.
public MotdBeginEventArgs ( IrcLine line ) : System
line IrcLine The line, that marks the motd end.
Результат System