C# Class machine2014arcade.Game.ScreenMessage

Inheritance: System.Windows.Forms.Form
Show file Open project: JDGETS/machine2014 Class Usage Examples

Public Methods

Method Description
Go ( ) : void
ScreenMessage ( MainWindow win, String text, ScreenMessageQueue queue ) : System

Private Methods

Method Description
Done ( ) : void
InitializeComponent ( ) : void
ScreenMessage_KeyPress ( object sender, KeyPressEventArgs e ) : void
ScreenMessage_Load ( object sender, EventArgs e ) : void
tmrMvt_Tick ( object sender, EventArgs e ) : void

Method Details

Go() public method

public Go ( ) : void
return void

ScreenMessage() public method

public ScreenMessage ( MainWindow win, String text, ScreenMessageQueue queue ) : System
win MainWindow
text String
queue ScreenMessageQueue
return System