Inheritance: IMenuItem
Example #1
0
 public void RemoveItem(MenuItem item)
 {
     this.items.Remove(item);
 }