From 273a4109e6d83fa495a3b28c17e704d9c58b6aab Mon Sep 17 00:00:00 2001 From: Alee14 Date: Mon, 21 Aug 2017 19:40:06 -0400 Subject: Add project files. --- Smart TV for Windows/Form1.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Smart TV for Windows/Form1.cs (limited to 'Smart TV for Windows/Form1.cs') diff --git a/Smart TV for Windows/Form1.cs b/Smart TV for Windows/Form1.cs new file mode 100644 index 0000000..59ceccd --- /dev/null +++ b/Smart TV for Windows/Form1.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace Smart_TV_for_Windows +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + } +} -- cgit v1.2.3