PJensen / MarketSimulator

Full scale stock market simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pause Button

PJensen opened this issue · comments

Adding a pause button involves setting timerMain.Enabled = false; when pause is presses and timerMain.Enabled = true; when play is pressed. Ideally the button should be some form of a toggle to save screen space.

no longer applies