private void fireTick(EventArgs e) { try { if (Tick != null) { Tick.DynamicInvoke(this, new BlinkTickEventArgs(Set)); } } catch { } }