메소드 | 설명 | |
---|---|---|
CharCount ( string Origstring, string Chars ) : int | ||
chatMessage ( Wrapped sock, System.Form1 myform, bool outgoing = false ) : System | ||
chatMessage ( Wrapped sock, System.Form1 myform, string message, bool outgoing = false ) : System | ||
handleColors ( string text, string Style ) : void |
메소드 | 설명 | |
---|---|---|
convertCode ( string text, string color ) : string | ||
handle ( ) : void | ||
send ( ) : void |
public CharCount ( string Origstring, string Chars ) : int | ||
Origstring | string | |
Chars | string | |
리턴 | int |
public chatMessage ( Wrapped sock, System.Form1 myform, bool outgoing = false ) : System | ||
sock | Wrapped | |
myform | System.Form1 | |
outgoing | bool | |
리턴 | System |
public chatMessage ( Wrapped sock, System.Form1 myform, string message, bool outgoing = false ) : System | ||
sock | Wrapped | |
myform | System.Form1 | |
message | string | |
outgoing | bool | |
리턴 | System |
public handleColors ( string text, string Style ) : void | ||
text | string | |
Style | string | |
리턴 | void |