This commit is contained in:
2021-10-08 13:52:39 +03:00
parent 8bc6113e0d
commit 9521abd8d7
107 changed files with 10602 additions and 1 deletions

15
NetWork/IgnoreFile.cs Normal file
View File

@@ -0,0 +1,15 @@
namespace NetWork
{
class IgnoreFile
{
public static void M()
{
var ahkk = AutoHotkey.Interop.AutoHotkeyEngine.Instance;
ahkk.GetVar("shut");
}
static void Main(string[] args)
{
M();
}
}
}

1
NetWork/Other/Data.ini Normal file
View File

@@ -0,0 +1 @@
No

View File

@@ -0,0 +1,4 @@
[
""
]

View File

@@ -0,0 +1,3 @@
[
"Mi True Wire"
]

Binary file not shown.