Güteschutzbericht angefangen

This commit is contained in:
Husky
2020-06-02 18:38:55 +02:00
parent 3430be0245
commit 4d5d5082a7
22 changed files with 1092 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace KanSan.ViewModel
{
class GüteschutzEditViewModel
{
}
}