FastColoredTextBoxNS.GoToForm.OnLoad C# (CSharp) Méthode

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void
        protected override void OnLoad(EventArgs e)
        {
            base.OnLoad(e);

            tbLineNumber.Text = SelectedLineNumber.ToString();

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