From 6e912644d2d89dfb93d9c5ae3735cceafc0a3955 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Mon, 7 Nov 2022 10:34:00 +0700 Subject: Main Menu is now working --- ShiftOS-TheRevival-CS/Form1.cs | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 ShiftOS-TheRevival-CS/Form1.cs (limited to 'ShiftOS-TheRevival-CS/Form1.cs') 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(); - } - } -} -- cgit v1.2.3