mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-13 19:16:21 -05:00
Close
Close
This commit is contained in:
3
SAV/SAV_Database.Designer.cs
generated
3
SAV/SAV_Database.Designer.cs
generated
@@ -912,8 +912,9 @@ private void InitializeComponent()
|
||||
this.Menu_Exit.Name = "Menu_Exit";
|
||||
this.Menu_Exit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
|
||||
this.Menu_Exit.ShowShortcutKeys = false;
|
||||
this.Menu_Exit.Size = new System.Drawing.Size(96, 22);
|
||||
this.Menu_Exit.Size = new System.Drawing.Size(152, 22);
|
||||
this.Menu_Exit.Text = "&Close";
|
||||
this.Menu_Exit.Click += new System.EventHandler(this.Menu_Exit_Click);
|
||||
//
|
||||
// Menu_Tools
|
||||
//
|
||||
|
||||
@@ -527,5 +527,10 @@ private void testUnique()
|
||||
var any = result[0][0].Data;
|
||||
m_parent.populateFields(any);
|
||||
}
|
||||
|
||||
private void Menu_Exit_Click(object sender, EventArgs e)
|
||||
{
|
||||
Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user