// 移除 public void Remove(MenuComponent m) { menu.Remove(m); }
// 新增 public void Add(MenuComponent m) { menu.Add(m); }