using System.Windows.Forms; namespace DTS.DASLib.Service { /// /// The delegate that we call with the callback data /// /// The actual callback data public delegate void ServiceCallback(ServiceCallbackData data); }