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