コード例 #1
0
ファイル: Demo.cs プロジェクト: justalemon/LemonUI
 private static void RemoveRandom_Activated(object sender, EventArgs e)
 {
     // Here, we remove the random items with the exception of the add and remove items
     submenu.Remove(item => item != addRandom && item != removeRandom);
 }