Ejemplo n.º 1
0
        public void QueryTheErrorQueueonAWG(string awgNumber)
        {
            IAWG awg = AwgSetupSteps.GetAWG(awgNumber);

            _awgSystemGroup.QueryTheErrorQueue(awg);
        }