Initialize Bankrekening project with .NET 9.0 and add basic console output

This commit is contained in:
vista-man
2025-01-27 18:52:57 +01:00
parent 7c75e6539d
commit 6ad601307d
7 changed files with 187 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
using System;
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");
using System;
using System.Windows.Forms;
class Bankrekening