mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
Removed System.Windows.Forms dependancy from Common. Almost done removing NLog dependancy.
This commit is contained in:
8
MediaBrowser.ServerApplication/Logging/LogWindow.xaml
Normal file
8
MediaBrowser.ServerApplication/Logging/LogWindow.xaml
Normal file
@@ -0,0 +1,8 @@
|
||||
<Window x:Class="MediaBrowser.ServerApplication.Logging.LogWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
Title="Media Browser Log" Height="300" Width="968">
|
||||
<Grid>
|
||||
<ListBox x:Name="lbxLogData" Margin="10,10,0,0"/>
|
||||
</Grid>
|
||||
</Window>
|
||||
Reference in New Issue
Block a user