From 19c81b8f68e53d4dcdc0456bfdd81d0ec8d61c64 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Wed, 16 Jan 2019 14:12:28 -0600 Subject: [PATCH] Use base class type for main form ref --- DS4Windows/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/Program.cs b/DS4Windows/Program.cs index 06406da..82b7d4a 100644 --- a/DS4Windows/Program.cs +++ b/DS4Windows/Program.cs @@ -21,7 +21,7 @@ namespace DS4Windows public static ControlService rootHub; private static Thread testThread; private static Thread controlThread; - private static DS4Form ds4form; + private static Form ds4form; /// /// The main entry point for the application.