ATMLCommonLibrary.controls.bus.VXIKeyingControl.DataToControls C# (CSharp) Method

DataToControls() private method

private DataToControls ( ) : void
return void
        private void DataToControls()
        {
            if (_VXIKeying != null)
            {
                edtBottomLeft.Value = _VXIKeying.bottomLeft;
                edtBottomRight.Value = _VXIKeying.bottomRight;
                edtTopLeft.Value = _VXIKeying.topLeft;
                edtTopRight.Value = _VXIKeying.topRight;
            }
        }