This commit is contained in:
Roland Fieger
2025-10-27 16:14:50 +01:00
parent f16bbb021a
commit 5cc9996f39
14 changed files with 270 additions and 0 deletions

9
SimplePackage/Class1.cs Normal file
View File

@@ -0,0 +1,9 @@
using System;
namespace SimplePackage
{
public class Class1
{
}
}