Ejemplo n.º 1
0
 void IInjectInitialize.Initialize() => _methodCompilerThread = new MethodCompilerThread(CpuProcessor, this);
Ejemplo n.º 2
0
 void IInjectInitialize.Initialize()
 {
     MethodCompilerThread = new MethodCompilerThread(CpuProcessor, this);
 }