LogWindow.xaml 358 B

12345678
  1. <Window x:Class="MediaBrowser.ServerApplication.Logging.LogWindow"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Title="Media Browser Log" Height="300" Width="968">
  5. <Grid>
  6. <ListBox x:Name="lbxLogData" Margin="10,10,0,0"/>
  7. </Grid>
  8. </Window>