Files
DP44/DataPRO/IService/.svn/pristine/3d/3df534a1e2295015d94f0b7be106ffb43f43c0fa.svn-base
2026-04-17 14:55:32 -04:00

12 lines
296 B
Plaintext

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