aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/Logging/LogWindow.xaml
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-02-21 20:26:35 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-02-21 20:26:35 -0500
commitfdafa596832eae13cebcf5bbe5fa867f7ba068f0 (patch)
treeeee891c8f11564d4b14868d11f4758f243c112ce /MediaBrowser.ServerApplication/Logging/LogWindow.xaml
parent931c0ea455161b8ee00005a0ffd1f8afab41f7bb (diff)
Removed System.Windows.Forms dependancy from Common. Almost done removing NLog dependancy.
Diffstat (limited to 'MediaBrowser.ServerApplication/Logging/LogWindow.xaml')
-rw-r--r--MediaBrowser.ServerApplication/Logging/LogWindow.xaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.ServerApplication/Logging/LogWindow.xaml b/MediaBrowser.ServerApplication/Logging/LogWindow.xaml
new file mode 100644
index 000000000..d50b55454
--- /dev/null
+++ b/MediaBrowser.ServerApplication/Logging/LogWindow.xaml
@@ -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>