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

12
Data/Speicher.cs Normal file
View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LkwVerwaltungApp.Data
{
class Speicher
{
}
}