ATMLCommonLibrary.controls.error.ErrorControl.DataToControls C# (CSharp) Метод

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

private DataToControls ( ) : void
Результат void
        private void DataToControls()
        {
            if (_hardwareItemDescriptionError != null)
            {
                edtDescription.Value = _hardwareItemDescriptionError.Description;
                edtID.Value = _hardwareItemDescriptionError.ID;
                edtSource.Value = _hardwareItemDescriptionError.source;
                edtType.Value = _hardwareItemDescriptionError.type;
            }
        }