AVaRICEDebugPackage.CommandTestForm.OnHandleCreated C# (CSharp) Method

OnHandleCreated() protected method

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
return void
        protected override void OnHandleCreated(EventArgs e)
        {
            base.OnHandleCreated(e);

            _Process.Start();
            _Process.BeginOutputReadLine();
            _Process.BeginErrorReadLine();
        }