private void Timer_Tick(object sender, EventArgs e) { Settings.Time++; TimeLabel.Text = Settings.Time.ToString(); TimeLabel.Invalidate(); }