init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user