summaryrefslogtreecommitdiffstats
path: root/Mandriva - Autorun CD-DVD/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Mandriva - Autorun CD-DVD/Program.cs')
-rwxr-xr-xMandriva - Autorun CD-DVD/Program.cs21
1 files changed, 0 insertions, 21 deletions
diff --git a/Mandriva - Autorun CD-DVD/Program.cs b/Mandriva - Autorun CD-DVD/Program.cs
deleted file mode 100755
index 141c06e..0000000
--- a/Mandriva - Autorun CD-DVD/Program.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Windows.Forms;
-
-namespace autorun
-{
- static class Program
- {
- /// <summary>
- /// The main entry point for the application.
- /// </summary>
- [STAThread]
- static void Main()
- {
- Application.EnableVisualStyles();
- Application.SetCompatibleTextRenderingDefault(false);
- Application.Run(new autorunForm());
- }
- }
-}