GARbro-mirror/ArcFormats/WidgetDPK.xaml.cs

18 lines
382 B
C#
Raw Normal View History

using System.Windows.Controls;
namespace GameRes.Formats.GUI
{
/// <summary>
/// Interaction logic for WidgetDPK.xaml
/// </summary>
public partial class WidgetDPK : Grid
{
public WidgetDPK ()
{
InitializeComponent ();
if (null == EncScheme.SelectedItem)
EncScheme.SelectedIndex = 0;
}
}
}