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