SendChat() приватный Метод

private SendChat ( TwitchConnection twitchConnection, string message ) : void
twitchConnection TwitchConnection
message string
Результат void
Пример #1
0
 public void SendChatMessage(string message)
 {
     chatIrcConnection.SendChat(twitchConnection, message);
 }