diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000..f8b4888 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": null +} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..5b64b31 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,8 @@ +{ + "ExpandedNodes": [ + "", + "\\Python" + ], + "SelectedNode": "\\Python", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/ict-algemeen-opdrachten/FileContentIndex/e07e3bcb-f8db-4a53-a74b-b2e1f2b6515e.vsidx b/.vs/ict-algemeen-opdrachten/FileContentIndex/e07e3bcb-f8db-4a53-a74b-b2e1f2b6515e.vsidx new file mode 100644 index 0000000..ae8bdee Binary files /dev/null and b/.vs/ict-algemeen-opdrachten/FileContentIndex/e07e3bcb-f8db-4a53-a74b-b2e1f2b6515e.vsidx differ diff --git a/.vs/ict-algemeen-opdrachten/v17/.wsuo b/.vs/ict-algemeen-opdrachten/v17/.wsuo new file mode 100644 index 0000000..77ba49d Binary files /dev/null and b/.vs/ict-algemeen-opdrachten/v17/.wsuo differ diff --git a/.vs/ict-algemeen-opdrachten/v17/DocumentLayout.json b/.vs/ict-algemeen-opdrachten/v17/DocumentLayout.json new file mode 100644 index 0000000..6c22490 --- /dev/null +++ b/.vs/ict-algemeen-opdrachten/v17/DocumentLayout.json @@ -0,0 +1,12 @@ +{ + "Version": 1, + "WorkspaceRootPath": "C:\\Users\\alvin\\Desktop\\coding\\ict-algemeen-opdrachten\\", + "Documents": [], + "DocumentGroupContainers": [ + { + "Orientation": 0, + "VerticalTabListWidth": 256, + "DocumentGroups": [] + } + ] +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..4ef6551 Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/Csharp/Bankrekening/obj/Debug/net9.0-windows/Bankrekening.AssemblyInfo.cs b/Csharp/Bankrekening/obj/Debug/net9.0-windows/Bankrekening.AssemblyInfo.cs index 07164f8..fd8c032 100644 --- a/Csharp/Bankrekening/obj/Debug/net9.0-windows/Bankrekening.AssemblyInfo.cs +++ b/Csharp/Bankrekening/obj/Debug/net9.0-windows/Bankrekening.AssemblyInfo.cs @@ -1,6 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -13,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Bankrekening")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d9d36fdc60c60ae9c35165903a637a145aa18846")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+50a906a9a5328a5c38febc44e22268196939436c")] [assembly: System.Reflection.AssemblyProductAttribute("Bankrekening")] [assembly: System.Reflection.AssemblyTitleAttribute("Bankrekening")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Csharp/Bankrekening/obj/Debug/net9.0-windows/Bankrekening.AssemblyInfoInputs.cache b/Csharp/Bankrekening/obj/Debug/net9.0-windows/Bankrekening.AssemblyInfoInputs.cache index bff0dce..f798bc5 100644 --- a/Csharp/Bankrekening/obj/Debug/net9.0-windows/Bankrekening.AssemblyInfoInputs.cache +++ b/Csharp/Bankrekening/obj/Debug/net9.0-windows/Bankrekening.AssemblyInfoInputs.cache @@ -1 +1 @@ -060fae74e1d5f6e15a803b004eaad224bb8cc2388c73989de60445a9add7ead8 +00334611bd0da787616966abb971669e688762294a090af403b8cf7c6b9ee0c8 diff --git a/Csharp/Bankrekening/obj/Release/net9.0-windows/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/Csharp/Bankrekening/obj/Release/net9.0-windows/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs new file mode 100644 index 0000000..feda5e9 --- /dev/null +++ b/Csharp/Bankrekening/obj/Release/net9.0-windows/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/Csharp/Bankrekening/obj/Release/net9.0-windows/Bankrekening.AssemblyInfo.cs b/Csharp/Bankrekening/obj/Release/net9.0-windows/Bankrekening.AssemblyInfo.cs new file mode 100644 index 0000000..4e2e321 --- /dev/null +++ b/Csharp/Bankrekening/obj/Release/net9.0-windows/Bankrekening.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Bankrekening")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+50a906a9a5328a5c38febc44e22268196939436c")] +[assembly: System.Reflection.AssemblyProductAttribute("Bankrekening")] +[assembly: System.Reflection.AssemblyTitleAttribute("Bankrekening")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Csharp/Bankrekening/obj/Release/net9.0-windows/Bankrekening.AssemblyInfoInputs.cache b/Csharp/Bankrekening/obj/Release/net9.0-windows/Bankrekening.AssemblyInfoInputs.cache new file mode 100644 index 0000000..7f5fec2 --- /dev/null +++ b/Csharp/Bankrekening/obj/Release/net9.0-windows/Bankrekening.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +2366dd9f45d212eb94c999ee2a2fc0f459ea1564c610c41e8e0a1ef3e4de4acc diff --git a/Csharp/Bankrekening/obj/Release/net9.0-windows/Bankrekening.GeneratedMSBuildEditorConfig.editorconfig b/Csharp/Bankrekening/obj/Release/net9.0-windows/Bankrekening.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..ad931b3 --- /dev/null +++ b/Csharp/Bankrekening/obj/Release/net9.0-windows/Bankrekening.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,22 @@ +is_global = true +build_property.ApplicationManifest = +build_property.StartupObject = +build_property.ApplicationDefaultFont = +build_property.ApplicationHighDpiMode = +build_property.ApplicationUseCompatibleTextRendering = +build_property.ApplicationVisualStyles = +build_property.TargetFramework = net9.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = Bankrekening +build_property.ProjectDir = C:\Users\alvin\Desktop\coding\ict-algemeen-opdrachten\Csharp\Bankrekening\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.CsWinRTUseWindowsUIXamlProjections = false +build_property.EffectiveAnalysisLevelStyle = 9.0 +build_property.EnableCodeStyleSeverity = diff --git a/Csharp/Bankrekening/obj/Release/net9.0-windows/Bankrekening.GlobalUsings.g.cs b/Csharp/Bankrekening/obj/Release/net9.0-windows/Bankrekening.GlobalUsings.g.cs new file mode 100644 index 0000000..84bbb89 --- /dev/null +++ b/Csharp/Bankrekening/obj/Release/net9.0-windows/Bankrekening.GlobalUsings.g.cs @@ -0,0 +1,10 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.Drawing; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; +global using global::System.Windows.Forms; diff --git a/Csharp/Bankrekening/obj/Release/net9.0-windows/Bankrekening.assets.cache b/Csharp/Bankrekening/obj/Release/net9.0-windows/Bankrekening.assets.cache new file mode 100644 index 0000000..5da3635 Binary files /dev/null and b/Csharp/Bankrekening/obj/Release/net9.0-windows/Bankrekening.assets.cache differ diff --git a/Csharp/Calc/obj/Debug/net9.0/Calc.AssemblyInfo.cs b/Csharp/Calc/obj/Debug/net9.0/Calc.AssemblyInfo.cs index 6c89804..539c7ee 100644 --- a/Csharp/Calc/obj/Debug/net9.0/Calc.AssemblyInfo.cs +++ b/Csharp/Calc/obj/Debug/net9.0/Calc.AssemblyInfo.cs @@ -1,6 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -13,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Calc")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d9d36fdc60c60ae9c35165903a637a145aa18846")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+50a906a9a5328a5c38febc44e22268196939436c")] [assembly: System.Reflection.AssemblyProductAttribute("Calc")] [assembly: System.Reflection.AssemblyTitleAttribute("Calc")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Csharp/Calc/obj/Debug/net9.0/Calc.AssemblyInfoInputs.cache b/Csharp/Calc/obj/Debug/net9.0/Calc.AssemblyInfoInputs.cache index 4561ad1..8d01856 100644 --- a/Csharp/Calc/obj/Debug/net9.0/Calc.AssemblyInfoInputs.cache +++ b/Csharp/Calc/obj/Debug/net9.0/Calc.AssemblyInfoInputs.cache @@ -1 +1 @@ -8f193d640f3638c7d4606700f41e7aba41493111f6c6d944f5b3d6486e07def2 +f7842965e8c4d5b3b4e3575b121019fd1f9cf70d66f3e81d47a71a0b1836aa19 diff --git a/Csharp/Calc/obj/Release/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/Csharp/Calc/obj/Release/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs new file mode 100644 index 0000000..feda5e9 --- /dev/null +++ b/Csharp/Calc/obj/Release/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/Csharp/Calc/obj/Release/net9.0/Calc.AssemblyInfo.cs b/Csharp/Calc/obj/Release/net9.0/Calc.AssemblyInfo.cs new file mode 100644 index 0000000..c14eebb --- /dev/null +++ b/Csharp/Calc/obj/Release/net9.0/Calc.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Calc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+50a906a9a5328a5c38febc44e22268196939436c")] +[assembly: System.Reflection.AssemblyProductAttribute("Calc")] +[assembly: System.Reflection.AssemblyTitleAttribute("Calc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Csharp/Calc/obj/Release/net9.0/Calc.AssemblyInfoInputs.cache b/Csharp/Calc/obj/Release/net9.0/Calc.AssemblyInfoInputs.cache new file mode 100644 index 0000000..4ada45d --- /dev/null +++ b/Csharp/Calc/obj/Release/net9.0/Calc.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +57800b34a7d808fe45109795c8d3915231410164511cf11ed44b28599e31100e diff --git a/Csharp/Calc/obj/Release/net9.0/Calc.GeneratedMSBuildEditorConfig.editorconfig b/Csharp/Calc/obj/Release/net9.0/Calc.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..a24f5fb --- /dev/null +++ b/Csharp/Calc/obj/Release/net9.0/Calc.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,15 @@ +is_global = true +build_property.TargetFramework = net9.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = Calc +build_property.ProjectDir = C:\Users\alvin\Desktop\coding\ict-algemeen-opdrachten\Csharp\Calc\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 9.0 +build_property.EnableCodeStyleSeverity = diff --git a/Csharp/Calc/obj/Release/net9.0/Calc.GlobalUsings.g.cs b/Csharp/Calc/obj/Release/net9.0/Calc.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/Csharp/Calc/obj/Release/net9.0/Calc.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/Csharp/Calc/obj/Release/net9.0/Calc.assets.cache b/Csharp/Calc/obj/Release/net9.0/Calc.assets.cache new file mode 100644 index 0000000..60c86be Binary files /dev/null and b/Csharp/Calc/obj/Release/net9.0/Calc.assets.cache differ diff --git a/Csharp/Woordenboek/obj/Debug/net9.0-windows/woordenboek.AssemblyInfo.cs b/Csharp/Woordenboek/obj/Debug/net9.0-windows/woordenboek.AssemblyInfo.cs index 738a4fa..f9f737e 100644 --- a/Csharp/Woordenboek/obj/Debug/net9.0-windows/woordenboek.AssemblyInfo.cs +++ b/Csharp/Woordenboek/obj/Debug/net9.0-windows/woordenboek.AssemblyInfo.cs @@ -1,6 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -13,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("woordenboek")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d9d36fdc60c60ae9c35165903a637a145aa18846")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+50a906a9a5328a5c38febc44e22268196939436c")] [assembly: System.Reflection.AssemblyProductAttribute("woordenboek")] [assembly: System.Reflection.AssemblyTitleAttribute("woordenboek")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Csharp/Woordenboek/obj/Debug/net9.0-windows/woordenboek.AssemblyInfoInputs.cache b/Csharp/Woordenboek/obj/Debug/net9.0-windows/woordenboek.AssemblyInfoInputs.cache index 90375b1..1bece02 100644 --- a/Csharp/Woordenboek/obj/Debug/net9.0-windows/woordenboek.AssemblyInfoInputs.cache +++ b/Csharp/Woordenboek/obj/Debug/net9.0-windows/woordenboek.AssemblyInfoInputs.cache @@ -1 +1 @@ -455ed1a54d5f931c3b3fa73c954da2188897357c87da12553b62fa1d0deb9e72 +bf11784baa75d8eba5a58523b5a8ae8a525905a6c2aae32f547ab55eb69b27d7 diff --git a/Csharp/Woordenboek/obj/Release/net9.0-windows/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/Csharp/Woordenboek/obj/Release/net9.0-windows/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs new file mode 100644 index 0000000..feda5e9 --- /dev/null +++ b/Csharp/Woordenboek/obj/Release/net9.0-windows/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/Csharp/Woordenboek/obj/Release/net9.0-windows/woordenboek.AssemblyInfo.cs b/Csharp/Woordenboek/obj/Release/net9.0-windows/woordenboek.AssemblyInfo.cs new file mode 100644 index 0000000..5601531 --- /dev/null +++ b/Csharp/Woordenboek/obj/Release/net9.0-windows/woordenboek.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("woordenboek")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+50a906a9a5328a5c38febc44e22268196939436c")] +[assembly: System.Reflection.AssemblyProductAttribute("woordenboek")] +[assembly: System.Reflection.AssemblyTitleAttribute("woordenboek")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Csharp/Woordenboek/obj/Release/net9.0-windows/woordenboek.AssemblyInfoInputs.cache b/Csharp/Woordenboek/obj/Release/net9.0-windows/woordenboek.AssemblyInfoInputs.cache new file mode 100644 index 0000000..9f7c807 --- /dev/null +++ b/Csharp/Woordenboek/obj/Release/net9.0-windows/woordenboek.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +5cd68564ef7143bffe8b1fdd69bdcc088901e68f5eabea6c37ff132d06ba49ab diff --git a/Csharp/Woordenboek/obj/Release/net9.0-windows/woordenboek.GeneratedMSBuildEditorConfig.editorconfig b/Csharp/Woordenboek/obj/Release/net9.0-windows/woordenboek.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..7f327fa --- /dev/null +++ b/Csharp/Woordenboek/obj/Release/net9.0-windows/woordenboek.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,22 @@ +is_global = true +build_property.ApplicationManifest = +build_property.StartupObject = +build_property.ApplicationDefaultFont = +build_property.ApplicationHighDpiMode = +build_property.ApplicationUseCompatibleTextRendering = +build_property.ApplicationVisualStyles = +build_property.TargetFramework = net9.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = woordenboek +build_property.ProjectDir = C:\Users\alvin\Desktop\coding\ict-algemeen-opdrachten\Csharp\Woordenboek\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.CsWinRTUseWindowsUIXamlProjections = false +build_property.EffectiveAnalysisLevelStyle = 9.0 +build_property.EnableCodeStyleSeverity = diff --git a/Csharp/Woordenboek/obj/Release/net9.0-windows/woordenboek.GlobalUsings.g.cs b/Csharp/Woordenboek/obj/Release/net9.0-windows/woordenboek.GlobalUsings.g.cs new file mode 100644 index 0000000..84bbb89 --- /dev/null +++ b/Csharp/Woordenboek/obj/Release/net9.0-windows/woordenboek.GlobalUsings.g.cs @@ -0,0 +1,10 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.Drawing; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; +global using global::System.Windows.Forms; diff --git a/Csharp/Woordenboek/obj/Release/net9.0-windows/woordenboek.assets.cache b/Csharp/Woordenboek/obj/Release/net9.0-windows/woordenboek.assets.cache new file mode 100644 index 0000000..8b4fc37 Binary files /dev/null and b/Csharp/Woordenboek/obj/Release/net9.0-windows/woordenboek.assets.cache differ