C# 클래스 machine2014arcade.MainWindow

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: JDGETS/machine2014

공개 메소드들

메소드 설명
MainWindow ( ) : System
Window_KeyPress ( object sender, KeyPressEventArgs e ) : void
showTopScore ( List scoreCardList ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System

Window_KeyPress() 공개 메소드

public Window_KeyPress ( object sender, KeyPressEventArgs e ) : void
sender object
e System.Windows.Forms.KeyPressEventArgs
리턴 void

showTopScore() 공개 메소드

public showTopScore ( List scoreCardList ) : void
scoreCardList List
리턴 void