PKHeX/PKHeX.WinForms/Misc/SplashScreen.cs
Kurt 4f039fe732 Remove duplicate icon
only one icon file remains

make splash screen smaller since we don't have a 64x64 icon preview anymore (only 32x32 & smaller)
2020-05-26 14:43:57 -07:00

9 lines
No EOL
173 B
C#

using System.Windows.Forms;
namespace PKHeX.WinForms
{
public partial class SplashScreen : Form
{
public SplashScreen() => InitializeComponent();
}
}