mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(ZIP): query password for encrypted archives.
This commit is contained in:
17
ArcFormats/PkWare/WidgetZIP.xaml.cs
Normal file
17
ArcFormats/PkWare/WidgetZIP.xaml.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System.Collections;
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace GameRes.Formats.GUI
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for WidgetZIP.xaml
|
||||
/// </summary>
|
||||
public partial class WidgetZIP : StackPanel
|
||||
{
|
||||
public WidgetZIP (IEnumerable titles)
|
||||
{
|
||||
InitializeComponent();
|
||||
this.DataContext = titles;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user