From 582f5fae82036f4c034cc7ff68db1bb2f827cd4c Mon Sep 17 00:00:00 2001 From: evilC Date: Wed, 28 Mar 2018 22:14:56 +0100 Subject: [PATCH] Fix Init issue --- C#/AutoHotInterception/Monitor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C#/AutoHotInterception/Monitor.cs b/C#/AutoHotInterception/Monitor.cs index 35c8206..9cf1d93 100644 --- a/C#/AutoHotInterception/Monitor.cs +++ b/C#/AutoHotInterception/Monitor.cs @@ -27,7 +27,7 @@ namespace AutoHotInterception SetThreadState(true); } - public string Test() + public string OkCheck() { return "OK"; }