aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival-CS/Form1.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS-TheRevival-CS/Form1.cs')
-rw-r--r--ShiftOS-TheRevival-CS/Form1.cs25
1 files changed, 0 insertions, 25 deletions
diff --git a/ShiftOS-TheRevival-CS/Form1.cs b/ShiftOS-TheRevival-CS/Form1.cs
deleted file mode 100644
index 0a1d2f3..0000000
--- a/ShiftOS-TheRevival-CS/Form1.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-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 ShiftOS_TheRevival_CS
-{
- public partial class ShiftOSMenu : Form
- {
- public ShiftOSMenu()
- {
- InitializeComponent();
- }
-
- private void button1_Click(object sender, EventArgs e)
- {
- Close();
- }
- }
-}