Files
DP44/Common/DTS.CommonCore/.svn/pristine/87/87c4e2daed8b7d0f571c8dd5b2e388a70d084e1a.svn-base
2026-04-17 14:55:32 -04:00

16 lines
503 B
Plaintext

using System.Collections.Generic;
using DTS.Common.Interface.DataRecorders;
using Microsoft.Practices.Prism.Events;
namespace DTS.Common.Events
{
/// <summary>
/// The TTSImportHardwareScanFinishedEvent event.
/// </summary>
///
/// <remarks>This event is used by the page to tell the Hardware Scan view model to update the list of DAS.</remarks>
///
public class TTSImportHardwareScanFinishedEvent : CompositePresentationEvent<List<IDASHardware>> { }
}