diff options
Diffstat (limited to 'Smart TV for Windows/netflix.cs')
| -rw-r--r-- | Smart TV for Windows/netflix.cs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Smart TV for Windows/netflix.cs b/Smart TV for Windows/netflix.cs new file mode 100644 index 0000000..50d20fb --- /dev/null +++ b/Smart TV for Windows/netflix.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 netflix : Form + { + public netflix() + { + InitializeComponent(); + } + } +} |
