Alsing.Windows.Forms.SyntaxBox.GotoLineForm.GotoLine_Activated C# (CSharp) 메소드

GotoLine_Activated() 개인적인 메소드

private GotoLine_Activated ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void
        private void GotoLine_Activated(object sender, EventArgs e)
        {
            txtRow.Focus();
        }