OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / HandBrakeWPF / Views / MainView.xaml
1 <Window x:Class="HandBrakeWPF.Views.MainView"\r
2         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"\r
3         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"\r
4         Title="{Binding Path=WindowTitle}" Height="300" Width="300">\r
5     <Grid>\r
6         <TextBlock Text="{Binding Path=WindowTitle}" /> \r
7     </Grid>\r
8 </Window>\r