aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Desktop.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/Desktop.cs
parente4df929fe95c2140f7867b206aedb33382688ac0 (diff)
downloadProject-Silicon-e33bb991f88ef5e60576da69b8dd82b1ffa670fc.tar.gz
Project-Silicon-e33bb991f88ef5e60576da69b8dd82b1ffa670fc.tar.bz2
Project-Silicon-e33bb991f88ef5e60576da69b8dd82b1ffa670fc.zip
Some updates
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");
}
}
}