示例#1
0
 private void DisableDataGridSelection(object sender, SelectionChangedEventArgs e)
 {
     ScheduleDataGrid.UnselectAll();
 }