refactor: 优化构造函数并调整相关功能

This commit is contained in:
2025-01-23 23:02:15 +08:00
parent 419acbb14a
commit 24d1de0b23
3 changed files with 4 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ namespace Test;
public class App : Application
{
public static I18NManager I18NManager { get; set; } = new("Test.Assets.Resources", typeof(App).Assembly);
public static I18NManager I18NManager { get; } = new("Test.Assets.Resources");
public override void Initialize()
{