This commit is contained in:
Serge
2023-11-24 10:12:11 +01:00
parent f4cc4b4ac5
commit 5b2017299c
2 changed files with 15 additions and 3 deletions

View File

@@ -13,7 +13,6 @@ using GHelper.UI;
using GHelper.USB;
using System.Diagnostics;
using System.Timers;
using System.Runtime.InteropServices;
namespace GHelper
{
@@ -22,7 +21,7 @@ namespace GHelper
ContextMenuStrip contextMenuStrip = new CustomContextMenu();
ToolStripMenuItem menuSilent, menuBalanced, menuTurbo, menuEco, menuStandard, menuUltimate, menuOptimized;
GPUModeControl gpuControl;
public GPUModeControl gpuControl;
ScreenControl screenControl = new ScreenControl();
AutoUpdateControl updateControl;