mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(WidgetNSA): takes known keys dictionary as argument.
This commit is contained in:
@@ -9,9 +9,10 @@ namespace GameRes.Formats.GUI
|
||||
/// </summary>
|
||||
public partial class WidgetNSA : Grid
|
||||
{
|
||||
public WidgetNSA ()
|
||||
public WidgetNSA (IDictionary<string, string> known_keys)
|
||||
{
|
||||
InitializeComponent ();
|
||||
this.Title.ItemsSource = known_keys;
|
||||
this.Password.Text = Settings.Default.NSAPassword;
|
||||
if (null != this.Title.SelectedItem)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user