This commit is contained in:
seerge
2023-04-09 12:26:38 +02:00
parent c13a6e9ded
commit 602dfea1a6
2 changed files with 2 additions and 4 deletions

View File

@@ -7,8 +7,6 @@ namespace GHelper
{
static class Program
{
public static NotifyIcon trayIcon = new NotifyIcon
{
Text = "G-Helper",
@@ -16,7 +14,7 @@ namespace GHelper
Visible = true
};
public static ASUSWmi wmi;
public static ASUSWmi? wmi;
public static AppConfig config = new AppConfig();
public static SettingsForm settingsForm = new SettingsForm();