(MGPK): added encryption query widget.

This commit is contained in:
morkt
2016-07-04 00:11:14 +04:00
parent 883ee94a7e
commit 27684875cf
9 changed files with 269 additions and 290 deletions

View File

@@ -0,0 +1,7 @@
<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>