MainWindow Viewmodel erstellt

This commit is contained in:
Husky
2020-02-22 19:54:08 +01:00
parent 169cfb9830
commit ba431a8fba
10 changed files with 128 additions and 20 deletions

View File

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