C# 클래스 FootballSimulationApp.MainForm

파일 보기 프로젝트 열기: PurdueSIGAI/SoccerApp 1 사용 예제들

공개 메소드들

메소드 설명
MainForm ( ISimulationLoop gameLoop, ISimulationDrawingStrategy drawingStrategy ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
Application_Idle ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
MainForm_Load ( object sender, EventArgs e ) : void
MainForm_Paint ( object sender, PaintEventArgs e ) : void
OnFirstNewGame ( ) : void
ScaleToFit ( SizeF size, float width, float height ) : float
aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
newGameToolStripMenuItem_Click ( object sender, EventArgs e ) : void
pauseToolStripMenuItem_Click ( object sender, EventArgs e ) : void
restartToolStripMenuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

MainForm() 공개 메소드

public MainForm ( ISimulationLoop gameLoop, ISimulationDrawingStrategy drawingStrategy ) : System
gameLoop ISimulationLoop
drawingStrategy ISimulationDrawingStrategy
리턴 System