- <Window x:Class="BmffViewer.LogWindow"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- DataContext="{Binding RelativeSource={RelativeSource Self}}"
- Title="Log" Height="300" Width="300">
- <Grid>
- <ListBox ItemsSource="{Binding LogTraceListener.Messages}"></ListBox>
- </Grid>
- </Window>
|