summaryrefslogtreecommitdiff
path: root/Smart TV for Windows/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Smart TV for Windows/Program.cs')
-rw-r--r--Smart TV for Windows/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Smart TV for Windows/Program.cs b/Smart TV for Windows/Program.cs
index 09e5298..0f54e09 100644
--- a/Smart TV for Windows/Program.cs
+++ b/Smart TV for Windows/Program.cs
@@ -16,7 +16,7 @@ namespace Smart_TV_for_Windows
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
- Application.Run(new Form1());
+ Application.Run(new menu());
}
}
}