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