using DTS.Common.Base; using Microsoft.Practices.Prism.Events; namespace DTS.Common.Events { /// /// The BusyIndicator changed event. /// /// /// The Busy Indicator changed event is used to ... /// public class BusyIndicatorChangeNotification : CompositePresentationEvent { } }