Exemplo n.º 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;
        }
Exemplo n.º 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;
        }