From 2d610816f4ffbde63f3ee346c7c56167c7d71e8c Mon Sep 17 00:00:00 2001 From: Alee14 Date: Tue, 9 May 2017 11:41:06 -0400 Subject: Add project files. --- YouTube TV/Form1.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 YouTube TV/Form1.cs (limited to 'YouTube TV/Form1.cs') diff --git a/YouTube TV/Form1.cs b/YouTube TV/Form1.cs new file mode 100644 index 0000000..f57d76c --- /dev/null +++ b/YouTube TV/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 YouTube_TV +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + } +} -- cgit v1.2.3