summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/LogView.xaml
blob: ee66567886f6eecdd6ac180793432ef7635270d7 (plain)
1
2
3
4
5
6
7
8
<Window x:Class="HandBrakeWPF.Views.LogView"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="LogView" Height="300" Width="300">
    <Grid>
        
    </Grid>
</Window>