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

OnLoad() 보호된 메소드

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

            tbLineNumber.Text = SelectedLineNumber.ToString();

            label.Text = String.Format("Line number (1 - {0}):", TotalLineCount);
        }