This pull request fixes an oversight introduced in one of my previous PR. The creation of OptionsControl requires successful initialization of the Configuration object which is initialized in the ProcessHacker.Init method.
The creation of the object has been moved into constructor after calling _processHacker.Init.
This pull request fixes an oversight introduced in one of my previous PR. The creation of
OptionsControl
requires successful initialization of theConfiguration
object which is initialized in theProcessHacker.Init
method.The creation of the object has been moved into constructor after calling
_processHacker.Init
.