X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmSplashScreen.cs;h=68441d4d09eab96d8e60da170fb38dfa6d4aa7cd;hb=bbadff781cdcb5c4676d26141c493939ea28b769;hp=a60703b34c527648ce9ff0d0b3e05d314111e7e4;hpb=65c22f1b679be4c6a631ea68b501ca465d7ac5c8;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmSplashScreen.cs b/win/C#/frmSplashScreen.cs index a60703b3..68441d4d 100644 --- a/win/C#/frmSplashScreen.cs +++ b/win/C#/frmSplashScreen.cs @@ -1,20 +1,13 @@ /* frmSplashScreen.cs $ This file is part of the HandBrake source code. - Homepage: . + 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 { + using System.Windows.Forms; + public partial class frmSplashScreen : Form { public frmSplashScreen()