This commit is contained in:
Husky
2020-07-15 17:18:52 +02:00
parent 3e9a353fc0
commit 7911a44f2f
23 changed files with 290 additions and 127 deletions

View File

@@ -1,5 +1,6 @@
using KanSan.Base.Models;
using KanSan.ViewModel;
using Syncfusion.Windows.Shared;
using System;
using System.Collections.Generic;
using System.Text;
@@ -17,7 +18,7 @@ namespace KanSan.UI
/// <summary>
/// Interaktionslogik für SewerMainWindow.xaml
/// </summary>
public partial class SewerMainWindow : Window
public partial class SewerMainWindow : ChromelessWindow
{
public SewerMainWindow()
{