aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Desktop.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Project Ports/Desktop.cs')
-rw-r--r--Project Ports/Desktop.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Project Ports/Desktop.cs b/Project Ports/Desktop.cs
index 7de59f8..665674f 100644
--- a/Project Ports/Desktop.cs
+++ b/Project Ports/Desktop.cs
@@ -1,7 +1,7 @@
/************************************************************************
*
* Project Ports
- * Copyright (C) 2018 AleeCorp
+ * Copyright (C) 2018 UniverseDG
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -28,6 +28,7 @@ using System.Threading.Tasks;
using System.Windows.Forms;
using PortEngine;
+
namespace Project_Ports
{
public partial class Desktop : Form
@@ -70,8 +71,7 @@ namespace Project_Ports
private void testWindowToolStripMenuItem_Click(object sender, EventArgs e)
{
- TestWindow testForm = new TestWindow();
- testForm.Show();
+ wm.createWindow(new TestWindow(), "TestWindow");
}
}
}