aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Settings.cs
diff options
context:
space:
mode:
authorTrey <32907415+TheEdgeNK@users.noreply.github.com>2018-08-25 18:14:38 -0400
committerTrey <32907415+TheEdgeNK@users.noreply.github.com>2018-08-25 18:14:38 -0400
commite33bb991f88ef5e60576da69b8dd82b1ffa670fc (patch)
treea5aa5f375808d5df8f7783aee0c09b6a57244bf8 /Project Ports/Settings.cs
parente4df929fe95c2140f7867b206aedb33382688ac0 (diff)
downloadProject-Silicon-e33bb991f88ef5e60576da69b8dd82b1ffa670fc.tar.gz
Project-Silicon-e33bb991f88ef5e60576da69b8dd82b1ffa670fc.tar.bz2
Project-Silicon-e33bb991f88ef5e60576da69b8dd82b1ffa670fc.zip
Some updates
Diffstat (limited to 'Project Ports/Settings.cs')
-rw-r--r--Project Ports/Settings.cs20
1 files changed, 0 insertions, 20 deletions
diff --git a/Project Ports/Settings.cs b/Project Ports/Settings.cs
deleted file mode 100644
index a25d66f..0000000
--- a/Project Ports/Settings.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Drawing;
-using System.Data;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Forms;
-
-namespace Project_Ports
-{
- public partial class Settings : UserControl
- {
- public Settings()
- {
- InitializeComponent();
- }
- }
-}