diff --git a/.vs/WebSCR/v14/.suo b/.vs/WebSCR/v14/.suo index 7da9ca4..a5aaa3f 100644 Binary files a/.vs/WebSCR/v14/.suo and b/.vs/WebSCR/v14/.suo differ diff --git a/WebSCR/Web.config b/WebSCR/Web.config index 2c5e43d..c45628e 100644 --- a/WebSCR/Web.config +++ b/WebSCR/Web.config @@ -14,7 +14,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -66,7 +66,7 @@ --> - + @@ -91,7 +91,7 @@ --> - + diff --git a/WebSCR/WebSCR.csproj b/WebSCR/WebSCR.csproj index e859392..e4a908a 100644 --- a/WebSCR/WebSCR.csproj +++ b/WebSCR/WebSCR.csproj @@ -46,8 +46,8 @@ ..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll True - - ..\packages\DayPilot.5.0.302\lib\DayPilot.dll + + ..\packages\DayPilot.5.0.303\lib\DayPilot.dll True diff --git a/WebSCR/WebUserControls/mod_giornata.ascx.cs b/WebSCR/WebUserControls/mod_giornata.ascx.cs index a5ec070..40b3f78 100644 --- a/WebSCR/WebUserControls/mod_giornata.ascx.cs +++ b/WebSCR/WebUserControls/mod_giornata.ascx.cs @@ -31,7 +31,11 @@ namespace WebSCR.WebUserControls data = Convert.ToDateTime(qsVal("Data")); } DayPilotCalendar1.Days = day2show; +#if false + DayPilotCalendar1.EventMove += DayPilotCalendar1_EventMove; +#endif } + public int day2show { diff --git a/WebSCR/bin/DayPilot.dll b/WebSCR/bin/DayPilot.dll index 4dada23..dad4bd4 100644 Binary files a/WebSCR/bin/DayPilot.dll and b/WebSCR/bin/DayPilot.dll differ diff --git a/WebSCR/bin/SteamWare.dll b/WebSCR/bin/SteamWare.dll index e45ab15..d67a9be 100644 Binary files a/WebSCR/bin/SteamWare.dll and b/WebSCR/bin/SteamWare.dll differ diff --git a/WebSCR/bin/WebSCR.dll b/WebSCR/bin/WebSCR.dll index 28218d0..20d21bf 100644 Binary files a/WebSCR/bin/WebSCR.dll and b/WebSCR/bin/WebSCR.dll differ diff --git a/WebSCR/bin/WebSCR.dll.config b/WebSCR/bin/WebSCR.dll.config index 2c5e43d..c45628e 100644 --- a/WebSCR/bin/WebSCR.dll.config +++ b/WebSCR/bin/WebSCR.dll.config @@ -14,7 +14,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -66,7 +66,7 @@ --> - + @@ -91,7 +91,7 @@ --> - + diff --git a/WebSCR/bin/WebSCR_data.dll b/WebSCR/bin/WebSCR_data.dll index 731a0c8..6dc04bc 100644 Binary files a/WebSCR/bin/WebSCR_data.dll and b/WebSCR/bin/WebSCR_data.dll differ diff --git a/WebSCR/packages.config b/WebSCR/packages.config index 6563bb1..ee15af8 100644 --- a/WebSCR/packages.config +++ b/WebSCR/packages.config @@ -1,7 +1,7 @@  - + diff --git a/WebSCR_data/bin/Debug/SteamWare.dll b/WebSCR_data/bin/Debug/SteamWare.dll index e45ab15..d67a9be 100644 Binary files a/WebSCR_data/bin/Debug/SteamWare.dll and b/WebSCR_data/bin/Debug/SteamWare.dll differ diff --git a/WebSCR_data/bin/Debug/WebSCR_data.dll b/WebSCR_data/bin/Debug/WebSCR_data.dll index 731a0c8..6dc04bc 100644 Binary files a/WebSCR_data/bin/Debug/WebSCR_data.dll and b/WebSCR_data/bin/Debug/WebSCR_data.dll differ diff --git a/WebSCR_data/obj/Debug/WebSCR_data.csprojResolveAssemblyReference.cache b/WebSCR_data/obj/Debug/WebSCR_data.csprojResolveAssemblyReference.cache index d980ba2..f02ba9d 100644 Binary files a/WebSCR_data/obj/Debug/WebSCR_data.csprojResolveAssemblyReference.cache and b/WebSCR_data/obj/Debug/WebSCR_data.csprojResolveAssemblyReference.cache differ diff --git a/WebSCR_data/obj/Debug/WebSCR_data.dll b/WebSCR_data/obj/Debug/WebSCR_data.dll index 731a0c8..6dc04bc 100644 Binary files a/WebSCR_data/obj/Debug/WebSCR_data.dll and b/WebSCR_data/obj/Debug/WebSCR_data.dll differ diff --git a/packages/DayPilot.5.0.302/DayPilot.5.0.302.nupkg b/packages/DayPilot.5.0.302/DayPilot.5.0.302.nupkg deleted file mode 100644 index 7a9be46..0000000 Binary files a/packages/DayPilot.5.0.302/DayPilot.5.0.302.nupkg and /dev/null differ diff --git a/packages/DayPilot.5.0.303/DayPilot.5.0.303.nupkg b/packages/DayPilot.5.0.303/DayPilot.5.0.303.nupkg new file mode 100644 index 0000000..ca4d0a1 Binary files /dev/null and b/packages/DayPilot.5.0.303/DayPilot.5.0.303.nupkg differ diff --git a/packages/DayPilot.5.0.302/lib/DayPilot.dll b/packages/DayPilot.5.0.303/lib/DayPilot.dll similarity index 68% rename from packages/DayPilot.5.0.302/lib/DayPilot.dll rename to packages/DayPilot.5.0.303/lib/DayPilot.dll index 4dada23..dad4bd4 100644 Binary files a/packages/DayPilot.5.0.302/lib/DayPilot.dll and b/packages/DayPilot.5.0.303/lib/DayPilot.dll differ