Ejemplo n.º 1
0
        /// <summary>
        /// Stop Testing.
        /// Record the results.
        /// </summary>
        private void On_StopTesting()
        {
            // Set flag that we are recording
            //IsTesting = false;

            // Stop recording
            _adcpConn.StopValidationTest();

            SetRecorderImage();
        }
        /// <summary>
        /// Stop Testing.
        /// Record the results.
        /// </summary>
        private void On_StopTesting()
        {
            // Set flag that we are recording
            IsTesting = false;

            // Stop recording
            _adcpConn.StopValidationTest();

            // Write the test results to file
            RecordTestResults();
        }