C# 클래스 Spinach.ChatModule

파일 보기 프로젝트 열기: shranjan/pinac 1 사용 예제들

공개 메소드들

메소드 설명
ChatModule ( SwarmConnection SConn ) : System
ChatMsg ( string Uname, string Msg ) : void

메소드 상세

ChatModule() 공개 메소드

public ChatModule ( SwarmConnection SConn ) : System
SConn SwarmConnection
리턴 System

ChatMsg() 공개 메소드

public ChatMsg ( string Uname, string Msg ) : void
Uname string
Msg string
리턴 void