GARbro-mirror/ArcFormats/WidgetISF.xaml.cs

17 lines
380 B
C#
Raw Normal View History

2015-06-18 21:04:12 +08:00
using System.Windows.Controls;
namespace GameRes.Formats.GUI
{
/// <summary>
/// Interaction logic for WidgetISF.xaml
/// </summary>
public partial class WidgetISF : StackPanel
{
public WidgetISF ()
{
InitializeComponent ();
if (-1 == Scheme.SelectedIndex)
Scheme.SelectedIndex = 0;
}
}
}