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