mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-30 04:54:20 +01:00
Use base class type for main form ref
This commit is contained in:
parent
ec71282ce3
commit
19c81b8f68
@ -21,7 +21,7 @@ namespace DS4Windows
|
|||||||
public static ControlService rootHub;
|
public static ControlService rootHub;
|
||||||
private static Thread testThread;
|
private static Thread testThread;
|
||||||
private static Thread controlThread;
|
private static Thread controlThread;
|
||||||
private static DS4Form ds4form;
|
private static Form ds4form;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The main entry point for the application.
|
/// The main entry point for the application.
|
||||||
|
Loading…
Reference in New Issue
Block a user