Exemplo n.º 1
0
        /// <summary>
        /// Create a maintence entry and add it to the
        /// maintence log.
        /// </summary>
        private void WriteResultsToMaintenceLog()
        {
            // Create an entry with the results
            // Add it to the list
            MaintenceEntry entry = new MaintenceEntry(MaintenceEntry.EntryId.UserCompassCal, ResultsString(), "");

            _adcpConn.AddMaintenceEntry(entry);
        }