FastColoredTextBoxNS.GoToForm.OnShown C# (CSharp) Method

OnShown() protected method

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

            tbLineNumber.Focus();
        }