예제 #1
0
 public static void SetFlags <T>(this CheckedListBox _clb, String remove)
 {
     _clb.SetFlags(typeof(T), remove);
 }