Rename LazyConfig to AppHandler
This commit is contained in:
@@ -36,7 +36,7 @@ namespace ServiceLib.ViewModels
|
||||
|
||||
public RoutingRuleSettingViewModel(RoutingItem routingItem, Func<EViewAction, object?, Task<bool>>? updateView)
|
||||
{
|
||||
_config = LazyConfig.Instance.Config;
|
||||
_config = AppHandler.Instance.Config;
|
||||
_noticeHandler = Locator.Current.GetService<NoticeHandler>();
|
||||
_updateView = updateView;
|
||||
SelectedSource = new();
|
||||
|
||||
Reference in New Issue
Block a user