Neue Style Struktur
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user