Projektdateien hinzufügen.

This commit is contained in:
Aminekan
2025-07-09 12:37:01 +02:00
parent 6d09b06847
commit 2c05942d2f
10 changed files with 142 additions and 0 deletions

13
Services/lkwservices.cs Normal file
View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LkwVerwaltungApp.Services
{
class lkwservices
{
}
}