aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Apps/Dodge.cs
diff options
context:
space:
mode:
Diffstat (limited to 'source/WindowsFormsApplication1/Apps/Dodge.cs')
-rw-r--r--source/WindowsFormsApplication1/Apps/Dodge.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/WindowsFormsApplication1/Apps/Dodge.cs b/source/WindowsFormsApplication1/Apps/Dodge.cs
index 320347d..2e85d12 100644
--- a/source/WindowsFormsApplication1/Apps/Dodge.cs
+++ b/source/WindowsFormsApplication1/Apps/Dodge.cs
@@ -6,7 +6,7 @@ using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
-using System.Windows.Forms;
+using ShiftUI;
namespace ShiftOS
{
@@ -105,7 +105,7 @@ namespace ShiftOS
return new Random().Next(0, pgcontents.Width);
}
- public void Form1_keydown(System.Object sender, System.Windows.Forms.KeyEventArgs e)
+ public void Form1_keydown(System.Object sender, ShiftUI.KeyEventArgs e)
{
switch (e.KeyCode)
{