12 lines
412 B
C#
12 lines
412 B
C#
|
namespace IndianHealthService.ClinicalScheduling
|
|||
|
{
|
|||
|
using System;
|
|||
|
using System.Runtime.CompilerServices;
|
|||
|
/// <summary>
|
|||
|
/// This class was regenerated from Calendargrid.dll using Reflector.exe
|
|||
|
/// by Sam Habiel for WorldVista. The original source code is lost.
|
|||
|
/// </summary>
|
|||
|
public delegate void CGAppointmentChangedHandler(object sender, CGAppointmentChangedArgs e);
|
|||
|
}
|
|||
|
|