/// <summary> /// Initialises a new instance of the <see cref="CRInfoBar"/> class. /// </summary> public CRInfoBar() { InitializeComponent(); _currentIcon = CRInfoBarIcon.None; _infoBarTimer = new Timer(); _infoBarTimer.Tick += InfoBarTimerOnTick; }