Example #1
0
 private void UserSelectAction(DBUser obj)
 {
     obj.IsChecked = !obj.IsChecked;
     obj.NotifyChange(nameof(DBUser.IsChecked));
 }