Example #1
0
 private void ToggleAll()
 {
     _toggleAll = !_toggleAll;
     TreeNodes.ToggleCheck(_toggleAll);
 }