From f221b3ea19d2ea9f2adc979eff1127d8618434b2 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 6 Aug 2021 12:32:29 +0200 Subject: [PATCH] Update errore weekplan --- GWMS.UI/Pages/WeekPlan.razor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GWMS.UI/Pages/WeekPlan.razor.cs b/GWMS.UI/Pages/WeekPlan.razor.cs index 0581b8e..4a5534d 100644 --- a/GWMS.UI/Pages/WeekPlan.razor.cs +++ b/GWMS.UI/Pages/WeekPlan.razor.cs @@ -268,7 +268,7 @@ namespace GWMS.UI.Pages protected List SlotList(DayOfWeek Giorno, int Ora) { - List result = new(); + List result = new List(); if (ListRecords != null && ListRecords.Count > 0) {