From 8dc0fd274fa042f0e69d6763ee79ed3f79bb7b14 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Mon, 7 Nov 2022 07:22:01 +0700 Subject: csharp branch initialize --- ShiftOS-TheRevival-CS/Form1.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create 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 new file mode 100644 index 0000000..a9f323d --- /dev/null +++ b/ShiftOS-TheRevival-CS/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 ShiftOS_TheRevival_CS +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + } +} -- cgit v1.2.3