mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented ISF scripts decryption.
This commit is contained in:
17
ArcFormats/WidgetISF.xaml.cs
Normal file
17
ArcFormats/WidgetISF.xaml.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user