OSDN Git Service

DTXManiaソリューション、DTXManiaプロジェクト、DTXCreatorプロジェクト、FDKプロジェクトについて英語化。
[dtxmania/dtxmania.git] / DTXCreatorプロジェクト / コード / 00.全体 / Program.cs
diff --git a/DTXCreatorプロジェクト/コード/00.全体/Program.cs b/DTXCreatorプロジェクト/コード/00.全体/Program.cs
deleted file mode 100644 (file)
index f4d28c8..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-using System;\r
-using System.Collections.Generic;\r
-using System.Globalization;\r
-using System.Threading;\r
-using System.Windows.Forms;\r
-\r
-namespace DTXCreator\r
-{\r
-       internal static class Program\r
-       {\r
-               [STAThread]\r
-               private static void Main()\r
-               {\r
-#if DEBUG\r
-#if USE_ENGLISHRESOURCE\r
-                       Thread.CurrentThread.CurrentUICulture = new CultureInfo( "en-GB", false );      // yyagi; For testing English resources\r
-#elif USE_GERMANRESOURCE\r
-                       Thread.CurrentThread.CurrentCulture = new CultureInfo( "de-DE", false );        // yyagi; For testing decimal point in German resources\r
-#endif\r
-#endif\r
-                       Application.EnableVisualStyles();\r
-                       Application.SetCompatibleTextRenderingDefault( false );\r
-                       Application.Run( new Cメインフォーム() );\r
-               }\r
-       }\r
-}\r