C# 클래스 IrcShark.Connectors.TerminalChatting.SupportedProtocolsCommand

상속: IrcShark.Extensions.Terminal.TerminalCommand
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

메소드 설명
Execute ( ) : void

Executes the command.

Init ( TerminalExtension terminal ) : void

Initializes the SupportedProtocolsCommand.

메소드 상세

Execute() 공개 메소드

Executes the command.
public Execute ( ) : void
리턴 void

Init() 공개 메소드

Initializes the SupportedProtocolsCommand.
public Init ( TerminalExtension terminal ) : void
terminal IrcShark.Extensions.Terminal.TerminalExtension The terminal to create the command for.
리턴 void