From c33342b20245a1b611dc985dadec1db3df3f7521 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Fri, 13 Jul 2012 15:01:54 +0200 Subject: Rename XTM to HTM --- src/xtm/Program.cs | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/xtm/Program.cs (limited to 'src/xtm/Program.cs') diff --git a/src/xtm/Program.cs b/src/xtm/Program.cs deleted file mode 100644 index c9bb7144..00000000 --- a/src/xtm/Program.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Windows.Forms; - -namespace thememan -{ - static class Program - { - /// - /// The main entry point for the application. - /// - [STAThread] - static void Main() - { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new XTM()); - } - } -} -- cgit 1.4.1