Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Rename parameter of CheckBoxChecked
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Mar 28, 2024
1 parent 16b82df commit 80850dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ActiveDirectoryQuerier/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ private void OnIsQueryEditingEnabledChanged()
}
}

private void CheckBoxChecked(object? obj)
private void CheckBoxChecked(object? _)
{
if (IsQueryEditingEnabled)
{
Expand Down

0 comments on commit 80850dd

Please sign in to comment.