Exemplo n.º 1
0
        public void SetTheSystemTimeValueonAWG(string hours, string minutes, string seconds, string awgNumber)
        {
            IAWG awg = AwgSetupSteps.GetAWG(awgNumber);

            _awgSystemGroup.AwgSystemTime(awg, hours, minutes, seconds);
        }