C# 클래스 TeaseAI_CE.UI.WebBrowserForChat

Some additions to allow the WebBrowser control to work better for chat history.
상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: TeaseAI/TeaseAI-CE

공개 메소드들

메소드 설명
Append ( Personality p, string message ) : void
Clear ( ) : void
WebBrowserForChat ( ) : System

메소드 상세

Append() 공개 메소드

public Append ( Personality p, string message ) : void
p TeaseAI_CE.Scripting.Personality
message string
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

WebBrowserForChat() 공개 메소드

public WebBrowserForChat ( ) : System
리턴 System