aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Logging/LogWindow.xaml
blob: 726d3c968eae86ba489b3f41c0dd7c4948ad0f10 (plain)
1
2
3
4
5
6
7
8
<Window x:Class="MediaBrowser.Common.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>