Beispiel #1
0
        public ValidatorBox(ValidatorBoxFlyweight vb, int tabIndex, System.Drawing.Point location)
        {
            _vbf = vb;

            _vbf.TabIndex = tabIndex;
            _vbf.SetLocation(location);
        }
Beispiel #2
0
 public void SetLocation(System.Drawing.Point location)
 {
     _vbf.SetLocation(location);
 }