Example #1
0
 // Stuff that happens when you click "Select All" under the "Computers in Domain" list box
 private void Button_Click_4(object sender, RoutedEventArgs e)
 {
     ComputerList.SelectAll();
 }