Ejemplo n.º 1
0
        public CounterText(System.Windows.Forms.Control parent)
        {
            this.parent             = parent;
            this.parent.Validating += Parent_Validating;

            counterHelper = new CounterFormatHelper();
        }
Ejemplo n.º 2
0
        public CounterText(System.Windows.Forms.Control parent)
        {
            this.parent            = parent;
            this.parent.LostFocus += Parent_LostFocus;

            counterHelper = new CounterFormatHelper();
        }