CSPspEmuLLETest.LlePspComponent.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
        public void Start()
        {
            Running = true;
            StartEvent.Set();
        }