VAGSuite.FormFindCancel.timer_Tick C# (CSharp) Méthode

timer_Tick() private méthode

private timer_Tick ( object sender, System e ) : void
sender object
e System
Résultat void
        private void timer_Tick(object sender, System.EventArgs e)
        {
            if(lblFinding.Text.Length == 13)
                lblFinding.Text = "";

            lblFinding.Text += ".";
        }