VAGSuite.FormGoTo.FormGoTo_Activated C# (CSharp) Méthode

FormGoTo_Activated() private méthode

private FormGoTo_Activated ( object sender, System e ) : void
sender object
e System
Résultat void
        private void FormGoTo_Activated(object sender, System.EventArgs e)
        {
            nup.Focus();
            nup.Select(0, nup.Value.ToString().Length);
        }