Verzeichnisse umgeräumt
This commit is contained in:
18
SewerStammGen.WPF/Enum/EMainWindowViewType.cs
Normal file
18
SewerStammGen.WPF/Enum/EMainWindowViewType.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SewerStammGen.Enum
|
||||
{
|
||||
public enum EMainWindowViewType
|
||||
{
|
||||
Home,
|
||||
ProjectList,
|
||||
SchachtList,
|
||||
SchachtEdit,
|
||||
HaltungList,
|
||||
SewerConnectionEdit
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user