多语言设置界面逻辑

This commit is contained in:
bob
2025-06-12 16:18:55 +08:00
parent 15eaa0e666
commit 07e7715be8
20 changed files with 212 additions and 111 deletions

View File

@@ -53,12 +53,11 @@ namespace NBF.Setting
public ISettings Root { get; private set; }
public void Initialize(ISettings root)
{
Root = root;
OnInitialize();
Load();
OnInitialize();
Apply();
}