mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
sync missing content
This commit is contained in:
parent
95b4d0820d
commit
128fd1331f
1 changed files with 4 additions and 2 deletions
|
@ -1129,7 +1129,8 @@ namespace PKHeX.WinForms.Controls
|
|||
return;
|
||||
}
|
||||
}
|
||||
private void ClickShowdownExportParty(object sender, EventArgs e)
|
||||
|
||||
public void ClickShowdownExportParty(object sender, EventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
@ -1140,7 +1141,8 @@ namespace PKHeX.WinForms.Controls
|
|||
catch { }
|
||||
WinFormsUtil.Alert(MsgSimulatorExportParty);
|
||||
}
|
||||
private void ClickShowdownExportBattleBox(object sender, EventArgs e)
|
||||
|
||||
public void ClickShowdownExportBattleBox(object sender, EventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue