mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented Tamamo PCK archives.
This commit is contained in:
17
ArcFormats/Tamamo/WidgetPCK.xaml.cs
Normal file
17
ArcFormats/Tamamo/WidgetPCK.xaml.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace GameRes.Formats.GUI
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for WidgetPCK.xaml
|
||||
/// </summary>
|
||||
public partial class WidgetPCK : StackPanel
|
||||
{
|
||||
public WidgetPCK (IEnumerable<string> keys)
|
||||
{
|
||||
InitializeComponent ();
|
||||
Title.ItemsSource = keys;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user