Neue Style Struktur

This commit is contained in:
2024-09-19 15:34:32 +02:00
parent 4ec2e40615
commit 2a23ad2ca1
37 changed files with 1431 additions and 669 deletions

View File

@@ -22,7 +22,7 @@ namespace BeWo
{
#if DEBUG
return _CurrentConfig ?? (_CurrentConfig = FeatureCustomerWohnhilfe);
return _CurrentConfig ?? (_CurrentConfig = Feature_Customer_Wohnhilfe);
#endif
@@ -42,14 +42,14 @@ namespace BeWo
AutoLogin = true
};
public static DebugConfig FeatureCustomerWohnhilfe => new DebugConfig()
public static DebugConfig Feature_Customer_Wohnhilfe => new DebugConfig()
{
DebugConfigMode = DebugConfigMode.FeatureCustomerWohnhilfe,
AutoLogin = true,
SelectView = UIContext.Customer
};
public static DebugConfig FeatureWohnheimWohneinheit => new DebugConfig()
public static DebugConfig Feature_Wohnheim_Wohneinheit => new DebugConfig()
{
DebugConfigMode = DebugConfigMode.FeatureWohnheimWohneinheit,
AutoLogin = true,