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