Projektdateien hinzufügen.

This commit is contained in:
2024-05-16 10:35:08 +02:00
parent d167ac1328
commit 6e396d4395
10 changed files with 349 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OwnChar.App.Desktop
{
public class AppApi
{
}
}