From 2edc81d13ab4ce4e201f20d3eeb62f344c176de5 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 9 Feb 2019 23:54:37 -0500 Subject: Add project files. --- BSODPrank/Form1.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 BSODPrank/Form1.cs (limited to 'BSODPrank/Form1.cs') diff --git a/BSODPrank/Form1.cs b/BSODPrank/Form1.cs new file mode 100644 index 0000000..d919f33 --- /dev/null +++ b/BSODPrank/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 BSODPrank +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + } +} -- cgit v1.2.3