예제 #1
0
 void IInjectInitialize.Initialize() => _methodCompilerThread = new MethodCompilerThread(CpuProcessor, this);
예제 #2
0
 void IInjectInitialize.Initialize()
 {
     MethodCompilerThread = new MethodCompilerThread(CpuProcessor, this);
 }