13 lines
198 B
C#
13 lines
198 B
C#
namespace DaSaSo.Domain.Enums
|
|
{
|
|
public enum EMainWindowViewType
|
|
{
|
|
Home,
|
|
Clients,
|
|
ClientEdit,
|
|
Projects,
|
|
Buildingsites,
|
|
SewerObjects
|
|
}
|
|
}
|