mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-16 17:18:00 +00:00
559435e82e
remove silly idle loop, call close manually remove initialization check for generating sprite; now only calls at max 2x when starting up = not necessary to bypass with a special variable
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();
|
|
}
|
|
} |