FastColoredTextBoxNS.GoToForm.OnShown C# (CSharp) 메소드

OnShown() 보호된 메소드

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

            tbLineNumber.Focus();
        }