コード例 #1
0
ファイル: Extensions.cs プロジェクト: gragonvlad/spellwork_cs
 public static void SetFlags <T>(this CheckedListBox _clb, String remove)
 {
     _clb.SetFlags(typeof(T), remove);
 }