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