Axiom.Demos.DemoConfigDialog.tmrRotator_Tick C# (CSharp) Méthode

tmrRotator_Tick() private méthode

private tmrRotator_Tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void
		private void tmrRotator_Tick( object sender, EventArgs e )
		{
			lstDemos.SelectedIndex = ( lstDemos.SelectedIndex + 1 ) % ( lstDemos.Items.Count );
			this.tmrRotator.Start();
		}