- rework: Logging logic and file logging
This commit is contained in:
12
Nebula.Launcher/MessageBox/MessageWindow.axaml.cs
Normal file
12
Nebula.Launcher/MessageBox/MessageWindow.axaml.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Avalonia.Controls;
|
||||
|
||||
namespace Nebula.Launcher.MessageBox;
|
||||
|
||||
public partial class MessageWindow : Window
|
||||
{
|
||||
public MessageWindow(out IMessageContainerProvider provider)
|
||||
{
|
||||
InitializeComponent();
|
||||
Content = new MessageView(out provider);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user