Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszCichecki committed Jan 1, 2025
1 parent 9913fda commit 9ae43c9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ public override IAutomationStep CreateAutomationStep()
return new PlaySoundAutomationStep(_path);
}

protected override UIElement? GetCustomControl()
protected override UIElement GetCustomControl()
{

_openButton.Click += (_, _) =>
{
var ofd = new OpenFileDialog
Expand Down

0 comments on commit 9ae43c9

Please sign in to comment.