Custom Widgets

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-11-03 13:22:48 -07:00
parent 82634e9e1b
commit d6b6600ce9
9 changed files with 62 additions and 1 deletions

View File

@@ -8,5 +8,6 @@
public ReminderMakeUpForVehicle ReminderMakeUpForVehicle { get; set; } = new ReminderMakeUpForVehicle();
public List<int> Years { get; set; } = new List<int>();
public List<UserCollaborator> Collaborators { get; set; } = new List<UserCollaborator>();
public bool CustomWidgetsConfigured { get; set; } = false;
}
}