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"; }