Пример #1
0
 void IInjectInitialize.Initialize() => _methodCompilerThread = new MethodCompilerThread(CpuProcessor, this);
Пример #2
0
 void IInjectInitialize.Initialize()
 {
     MethodCompilerThread = new MethodCompilerThread(CpuProcessor, this);
 }