diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 15:01:54 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 15:01:54 +0200 |
commit | c33342b20245a1b611dc985dadec1db3df3f7521 (patch) | |
tree | 8baf1fbbb3a9adc9302834e4a70ab24db9fecabd /src/xtm/Program.cs | |
parent | c95481a85b077e3b4e2846f63342377f0bf65026 (diff) |
Rename XTM to HTM
Diffstat (limited to 'src/xtm/Program.cs')
-rw-r--r-- | src/xtm/Program.cs | 21 |
1 files changed, 0 insertions, 21 deletions
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 - { - /// <summary> - /// The main entry point for the application. - /// </summary> - [STAThread] - static void Main() - { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new XTM()); - } - } -} |