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(); //lbl_cli.Text = Properties.Settings.Default.CliVersion; //lbl_gui.Text = Properties.Settings.Default.GuiVersion; } } }