12 lines
408 B
C#
12 lines
408 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 CGSelectionChangedHandler(object sender, CGSelectionChangedArgs e);
|
|
}
|
|
|