Axiom.Samples.SelectMenu.ClearItems C# (CSharp) Méthode

ClearItems() public méthode

public ClearItems ( ) : void
Résultat void
		public void ClearItems()
		{
			this.items.Clear();
			this.sectionIndex = -1;
			this.smallTextArea.Text = "";
		}