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>