C# Class machine2014arcade.MainWindow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: JDGETS/machine2014

Méthodes publiques

Méthode Description
MainWindow ( ) : System
Window_KeyPress ( object sender, KeyPressEventArgs e ) : void
showTopScore ( List scoreCardList ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

getTopScore ( int qty ) : List
initGraphic ( ) : void
makeThumbnail ( Image image ) : Image
requestExit ( ) : bool

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

Window_KeyPress() public méthode

public Window_KeyPress ( object sender, KeyPressEventArgs e ) : void
sender object
e System.Windows.Forms.KeyPressEventArgs
Résultat void

showTopScore() public méthode

public showTopScore ( List scoreCardList ) : void
scoreCardList List
Résultat void