Launching server.
This commit is contained in:
@@ -60,6 +60,11 @@ namespace Wino
|
||||
|
||||
m_ShellFrame.Navigate(typeof(AppShell));
|
||||
m_Window.Activate();
|
||||
|
||||
// Launch server
|
||||
|
||||
var serverConnectionManager = Services.GetService<IWinoServerConnectionManager>();
|
||||
await serverConnectionManager.ConnectAsync();
|
||||
}
|
||||
|
||||
private void ConfigureWindow()
|
||||
|
||||
@@ -23,10 +23,6 @@ using Wino.Domain.Models.Folders;
|
||||
using Wino.Domain.Interfaces;
|
||||
using Wino.Domain.Models.MailItem;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#if NET8_0
|
||||
using Microsoft.UI.Xaml;
|
||||
using Microsoft.UI.Xaml.Controls.Primitives;
|
||||
|
||||
Reference in New Issue
Block a user