Use base class type for main form ref

This commit is contained in:
Travis Nickles 2019-01-16 14:12:28 -06:00
parent ec71282ce3
commit 19c81b8f68

View File

@ -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;
/// <summary>
/// The main entry point for the application.