using DTS.Common.Classes; using Microsoft.Practices.Prism.Events; namespace DTS.Common.Events { /// /// The StatusAndProgressBarEvent event. /// /// /// This event is used to update the Status and/or Progress bars. /// public class StatusAndProgressBarEvent : CompositePresentationEvent { } }