updating assignment form to be more real time

This commit is contained in:
2023-08-08 16:27:52 -06:00
parent 7a2ee58617
commit 1494fd1906
15 changed files with 306 additions and 112 deletions

View File

@@ -1,4 +1,4 @@
public class AssignmentDragContainer
public class DragContainer
{
public Action<DateTime?, LocalModule?>? DropCallback { get; set; }
}