Fix Init issue

This commit is contained in:
evilC 2018-03-28 22:14:56 +01:00
parent c237149d02
commit 582f5fae82

View File

@ -27,7 +27,7 @@ namespace AutoHotInterception
SetThreadState(true);
}
public string Test()
public string OkCheck()
{
return "OK";
}