more
This commit is contained in:
15
NetWork/IgnoreFile.cs
Normal file
15
NetWork/IgnoreFile.cs
Normal 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
1
NetWork/Other/Data.ini
Normal file
@@ -0,0 +1 @@
|
||||
No
|
4
NetWork/Other/bluetooth.json
Normal file
4
NetWork/Other/bluetooth.json
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
[
|
||||
""
|
||||
]
|
3
NetWork/Other/earphones.json
Normal file
3
NetWork/Other/earphones.json
Normal file
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"Mi True Wire"
|
||||
]
|
BIN
NetWork/obj/Release/net5.0-windows7.0/NetWork.pdb
Normal file
BIN
NetWork/obj/Release/net5.0-windows7.0/NetWork.pdb
Normal file
Binary file not shown.
Reference in New Issue
Block a user