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