Ejemplo n.º 1
0
        public void SetErrors(IErrors errors)
        {
#if CHECKERS
            if (errors == null || errors.Count == 0)
            {
                throw new ArgumentNullException("errors");
            }
#endif

            __ToolTip.SetToolTip(this, errors.GetErrorsSummary());
        }
Ejemplo n.º 2
0
        public void SetErrors(IErrors errors)
        {
#if CHECKERS
            if (errors == null || errors.Count == 0)
            {
                throw new ArgumentNullException("errors");
            }
#endif

            __ToolTip.SetToolTip(this, errors.GetErrorsSummary());
        }