GARbro-mirror/ArcFormats/ExHibit/WidgetGYU.xaml

10 lines
539 B
Plaintext
Raw Normal View History

2016-08-04 09:05:44 +08:00
<StackPanel x:Class="GameRes.Formats.GUI.WidgetGYU"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:p="clr-namespace:GameRes.Formats.Properties"
xmlns:ex="clr-namespace:GameRes.Formats.ExHibit">
<ComboBox Name="Title"
2016-08-04 09:05:44 +08:00
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=GYUTitle, Mode=TwoWay}"
Width="200" Grid.Row="1" HorizontalAlignment="Left"/>
</StackPanel>