protected override void GetWindowType(out Form window)
		{
			window = new SplashWindow(_assembly, _showVersion);
		}
 protected override void GetWindowType(out Form window)
 {
     window = new SplashWindow(_assembly, _showVersion);
 }