ATMLCommonLibrary.controls.driver.platform.DriverPlatformPhysicalMemoryControl.DataToControls C# (CSharp) Méthode

DataToControls() private méthode

private DataToControls ( ) : void
Résultat void
        private void DataToControls()
        {
            if (_physicalMem != null)
            {
                edtMinimum.Value = _physicalMem.minimum;
            }
        }