Kill app on Eco switch

This commit is contained in:
seerge
2023-03-15 21:25:49 +01:00
parent 80b9fdb8ac
commit 99d3c61897
3 changed files with 11 additions and 10 deletions

View File

@@ -1,10 +1,7 @@
using System.Collections;
using System;
using System.ComponentModel;
using System.ComponentModel;
using System.Diagnostics;
using System.Runtime.InteropServices;
using static Tools.ScreenInterrogatory;
using System.Windows.Forms;
namespace Tools
{