aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival-CS/Form1.cs
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-07 10:34:00 +0700
committerEverythingWindows <[email protected]>2022-11-07 10:34:00 +0700
commit6e912644d2d89dfb93d9c5ae3735cceafc0a3955 (patch)
tree5b3ac659408cea0d3a0a5d46a5f8a5f1b7559646 /ShiftOS-TheRevival-CS/Form1.cs
parent5cf25f1409d40f7de6b13baf8b76751ae7b664ed (diff)
downloadshiftos-therevival-old-csharp.tar.gz
shiftos-therevival-old-csharp.tar.bz2
shiftos-therevival-old-csharp.zip
Main Menu is now workingcsharp
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();
- }
- }
-}