Berichtworker angefangen
This commit is contained in:
13
SanShared/BerichtWorker.cs
Normal file
13
SanShared/BerichtWorker.cs
Normal 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
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -43,6 +43,7 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="BerichtWorker.cs" />
|
||||
<Compile Include="BilderObject.cs" />
|
||||
<Compile Include="Exceptions\CSVImportException.cs" />
|
||||
<Compile Include="Exceptions\DataBaseVersionMismatchException.cs" />
|
||||
|
||||
Reference in New Issue
Block a user