mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 15:48:32 -06:00
5 lines
95 B
C#
5 lines
95 B
C#
public class AssignmentDragContainer
|
|
{
|
|
public Action<DateTime>? DropCallback { get; set; }
|
|
}
|