15 lines
244 B
C#
15 lines
244 B
C#
namespace DaSaSo.Domain.Enums
|
|
{
|
|
public enum EMainWindowViewType
|
|
{
|
|
Home,
|
|
Clients,
|
|
ClientEdit,
|
|
Projects,
|
|
Buildingsites,
|
|
SewerObjects,
|
|
SewerMainMenu,
|
|
Impregnierung
|
|
}
|
|
}
|