Example #1
0
        /// <summary>
        /// Initialises a new instance of the <see cref="CRInfoBar"/> class.
        /// </summary>
        public CRInfoBar()
        {
            InitializeComponent();

            _currentIcon = CRInfoBarIcon.None;

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

            _currentIcon = CRInfoBarIcon.None;

            _infoBarTimer = new Timer();
            _infoBarTimer.Tick += InfoBarTimerOnTick;
        }