Initialize C# project structure for 'woordenboek' with .NET 9.0 framework

This commit is contained in:
vista-man
2025-01-27 21:23:00 +01:00
parent aa5e80f9e3
commit ca3a62d774
79 changed files with 2779 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
// <auto-generated/>
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;