refactor: 优化构造函数并调整相关功能
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user