mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
reorganized project directory structure.
This commit is contained in:
18
ArcFormats/Entis/WidgetNOA.xaml.cs
Normal file
18
ArcFormats/Entis/WidgetNOA.xaml.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace GameRes.Formats.GUI
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for WidgetNOA.xaml
|
||||
/// </summary>
|
||||
public partial class WidgetNOA : Grid
|
||||
{
|
||||
public WidgetNOA ()
|
||||
{
|
||||
InitializeComponent ();
|
||||
// select first scheme as default
|
||||
if (-1 == Scheme.SelectedIndex)
|
||||
Scheme.SelectedIndex = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user