aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Settings.cs
diff options
context:
space:
mode:
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();
- }
- }
-}