aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/DebugMode.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Project Ports/DebugMode.cs')
-rw-r--r--Project Ports/DebugMode.cs20
1 files changed, 20 insertions, 0 deletions
diff --git a/Project Ports/DebugMode.cs b/Project Ports/DebugMode.cs
new file mode 100644
index 0000000..dc25eca
--- /dev/null
+++ b/Project Ports/DebugMode.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 DebugMode : Form
+ {
+ public DebugMode()
+ {
+ InitializeComponent();
+ }
+ }
+}