/* frmSplashScreen.cs $ This file is part of the HandBrake source code. Homepage: . It may be used under the terms of the GNU General Public License. */ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Threading; namespace Handbrake { public partial class frmSplashScreen : Form { public frmSplashScreen() { InitializeComponent(); } } }