I have a MenuStrip in Form, in there I had many Menu items:
-a
--b
--c
--d

I want to code to have:
-a
--b
--c
--d
---e
---f

How to do this? Thanks.