GARbro-mirror/ArcFormats/MangaGamer/WidgetMGPK.xaml

8 lines
432 B
Plaintext
Raw Normal View History

2016-07-04 04:11:14 +08:00
<StackPanel x:Class="GameRes.Formats.GUI.WidgetMGPK"
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">
<ComboBox Name="Title" Width="180" ItemsSource="{Binding}"
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=MGPKTitle, Mode=TwoWay}"/>
</StackPanel>