Esempio n. 1
0
        internal iMonLcd(iMonWrapperApi wrapper)
        {
            if (wrapper == null)
            {
                throw new ArgumentNullException("wrapper");
            }

            this.wrapper = wrapper;
            this.icons = new iMonLcdIconsControl(wrapper);
        }
Esempio n. 2
0
        internal iMonLcd(iMonWrapperApi wrapper)
        {
            if (wrapper == null)
            {
                throw new ArgumentNullException("wrapper");
            }

            this.wrapper = wrapper;
            this.icons   = new iMonLcdIconsControl(wrapper);
        }