C# Class FlatRedBall.Gui.ChatWindow

Inheritance: Window
显示文件 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
AddText ( string text ) : void
ChatWindow ( Cursor cursor ) : System

Private Methods

Method Description
ResizeEvent ( Window callingWindow ) : void
TextBoxEnter ( Window callingWindow ) : void

Method Details

AddText() public method

public AddText ( string text ) : void
text string
return void

ChatWindow() public method

public ChatWindow ( Cursor cursor ) : System
cursor Cursor
return System