namespace AsterNET.Manager.Event { /// /// A ParkedCallsCompleteEvent is triggered after all parked calls have been reported in response to a ParkedCallsAction. /// /// /// public class ParkedCallsCompleteEvent : ResponseEvent { public ParkedCallsCompleteEvent(ManagerConnection source) : base(source) { } } }