ATMLCommonLibrary.forms.NetworkPathSelectionForm.ProcessTestStationPath C# (CSharp) Méthode

ProcessTestStationPath() private méthode

private ProcessTestStationPath ( TestStationDescription11 testStationDescription ) : void
testStationDescription ATMLModelLibrary.model.equipment.TestStationDescription11
Résultat void
        private void ProcessTestStationPath( TestStationDescription11 testStationDescription )
        {
            Capabilities capabilities = testStationDescription.Capabilities;
            ProcessCapabilitites( capabilities );
            if (!CapabilitiesOnly)
                ProcessHardwareItemSwitching(testStationDescription.Switching);
        }