C# プロジェクトからリソース ファイルを削除すると、すべてのメニューストリップ、ツールストリップ、ステータス ストリップの項目がそれぞれのストリップから削除されます。
これらのコード行は、発生するたびに削除されます。
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.processToolStripMenuItem,
this.toolStripMenuItem1,
this.windowsToolStripMenuItem,
this.adminToolStripMenuItem,
this.helpToolStripMenuItem1});
ある:
a)これを止める方法は?
b) これを行う理由は?