给变量添加Mqtt服务器的功能
This commit is contained in:
@@ -52,7 +52,7 @@ public partial class App : Application
|
||||
InitializeMenu()
|
||||
.Await((e) => { NotificationHelper.ShowMessage($"初始化主菜单失败:{e.Message}"); },
|
||||
() => { MessageHelper.SendLoadMessage(LoadTypes.Menu); });
|
||||
|
||||
Host.Services.GetRequiredService<GrowlNotificationService>();
|
||||
MainWindow = Host.Services.GetRequiredService<MainView>();
|
||||
MainWindow.Show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user