Berichtworker angefangen

This commit is contained in:
HuskyTeufel
2020-03-27 13:23:10 +01:00
parent a9320eb1f6
commit f83ec8cfcd
5 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SanShared
{
public class BerichtWorker
{
}
}