Inheritance: IMenuItem
Exemplo n.º 1
0
 public void RemoveItem(MenuItem item)
 {
     this.items.Remove(item);
 }