diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-12 20:57:57 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-05-12 20:57:57 -0400 |
| commit | 946f2cdf7a5947dd3a39c58962a5f34cac8e2e8d (patch) | |
| tree | 77c58d588ec4e931e5f96071fe8ed5c06462c75c /Project Ports/Desktop.cs | |
| parent | cebc36ad82b35856c78ea7de4b0b412b48cc526e (diff) | |
| download | Project-Silicon-946f2cdf7a5947dd3a39c58962a5f34cac8e2e8d.tar.gz Project-Silicon-946f2cdf7a5947dd3a39c58962a5f34cac8e2e8d.tar.bz2 Project-Silicon-946f2cdf7a5947dd3a39c58962a5f34cac8e2e8d.zip | |
Added the desktop
Diffstat (limited to 'Project Ports/Desktop.cs')
| -rw-r--r-- | Project Ports/Desktop.cs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Project Ports/Desktop.cs b/Project Ports/Desktop.cs new file mode 100644 index 0000000..9ab8f50 --- /dev/null +++ b/Project Ports/Desktop.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 Project_Ports +{ + public partial class Desktop : Form + { + public Desktop() + { + InitializeComponent(); + } + } +} |
