예제 #1
0
파일: ListViewEx.cs 프로젝트: radtek/BootFX
 public void SelectNone()
 {
     ListViewHelper.SelectAll(this, false);
 }
예제 #2
0
파일: ListViewEx.cs 프로젝트: radtek/BootFX
 public void SelectAll()
 {
     ListViewHelper.SelectAll(this, true);
 }