예제 #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);
 }