summaryrefslogtreecommitdiff
path: root/Smart TV for Windows/Program.cs
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-08-21 21:37:00 -0400
committerUnknown <Alee14498@gmail.com>2017-08-21 21:37:00 -0400
commit80c29c540ab666b05f3299fca89c1e6c895c398c (patch)
tree1c964728059392ae7e2bf4bc25bbac39d4b62f52 /Smart TV for Windows/Program.cs
parent273a4109e6d83fa495a3b28c17e704d9c58b6aab (diff)
downloadSmart-TV-for-Windows-80c29c540ab666b05f3299fca89c1e6c895c398c.tar.gz
Smart-TV-for-Windows-80c29c540ab666b05f3299fca89c1e6c895c398c.tar.bz2
Smart-TV-for-Windows-80c29c540ab666b05f3299fca89c1e6c895c398c.zip
Added new files
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());
}
}
}