C#Winform菜单的使用问题总结 一、菜单项隐藏和显示问题 1、源代码 private void toolStripMenuItem1_Click(object sender, EventArgs e) { //点击展开(关闭)其他项钮的事件 switch (i) { case 1: &n