public void Reset() { _timer.Stop(); _map.Clear(); _currPiece = null; _nextPiece = null; Invalidate(); }