mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented encrypted Tactics archives.
This commit is contained in:
21
ArcFormats/Tactics/WidgetTactics.xaml.cs
Normal file
21
ArcFormats/Tactics/WidgetTactics.xaml.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Windows.Controls;
|
||||
using GameRes.Formats.Properties;
|
||||
using GameRes.Formats.Tactics;
|
||||
|
||||
namespace GameRes.Formats.GUI
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for WidgetTactics.xaml
|
||||
/// </summary>
|
||||
public partial class WidgetTactics : StackPanel
|
||||
{
|
||||
public WidgetTactics()
|
||||
{
|
||||
InitializeComponent();
|
||||
Title.ItemsSource = Arc2Opener.KnownSchemes.OrderBy (x => x.Key);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user