C# Class LifeSimulation.Core.GUI.StartScreen

Inheritance: System.Windows.Forms.Form
显示文件 Open project: dankrusi/life-simulation-challenge

Public Methods

Method Description
StartScreen ( ) : System

Private Methods

Method Description
buttonSimulate_Click ( object sender, EventArgs e ) : void
createLabel ( string text ) : Label
trackbarInitialLifelets_Scroll ( object sender, EventArgs e ) : void

Method Details

StartScreen() public method

public StartScreen ( ) : System
return System