ATMLCommonLibrary.controls.bus.VXIKeyingControl.DataToControls C# (CSharp) Метод

DataToControls() приватный Метод

private DataToControls ( ) : void
Результат void
        private void DataToControls()
        {
            if (_VXIKeying != null)
            {
                edtBottomLeft.Value = _VXIKeying.bottomLeft;
                edtBottomRight.Value = _VXIKeying.bottomRight;
                edtTopLeft.Value = _VXIKeying.topLeft;
                edtTopRight.Value = _VXIKeying.topRight;
            }
        }