mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00:00
4f039fe732
only one icon file remains make splash screen smaller since we don't have a 64x64 icon preview anymore (only 32x32 & smaller)
9 lines
No EOL
173 B
C#
9 lines
No EOL
173 B
C#
using System.Windows.Forms;
|
|
|
|
namespace PKHeX.WinForms
|
|
{
|
|
public partial class SplashScreen : Form
|
|
{
|
|
public SplashScreen() => InitializeComponent();
|
|
}
|
|
} |