private void Developing(bool DevModeOn) { if (DevModeOn == true) { timer1.Start(); } if (DevModeOn == false) { Go.Start(); } }