diff options
| author | EverythingWindows <[email protected]> | 2022-11-07 07:22:01 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-07 07:22:01 +0700 |
| commit | 8dc0fd274fa042f0e69d6763ee79ed3f79bb7b14 (patch) | |
| tree | 6320cca38cb1e70b7b283d47d14283e615d311d7 /ShiftOS-TheRevival-CS/Form1.cs | |
| parent | 78525e6c04152957c5862ace155b90a9ac060002 (diff) | |
| download | shiftos-therevival-old-8dc0fd274fa042f0e69d6763ee79ed3f79bb7b14.tar.gz shiftos-therevival-old-8dc0fd274fa042f0e69d6763ee79ed3f79bb7b14.tar.bz2 shiftos-therevival-old-8dc0fd274fa042f0e69d6763ee79ed3f79bb7b14.zip | |
csharp branch initialize
Diffstat (limited to 'ShiftOS-TheRevival-CS/Form1.cs')
| -rw-r--r-- | ShiftOS-TheRevival-CS/Form1.cs | 20 |
1 files changed, 20 insertions, 0 deletions
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(); + } + } +} |
