Skip to content

Commit

Permalink
Merge pull request #40 from ihsansfd/master
Browse files Browse the repository at this point in the history
Update HotkeyEventArgs.cs
  • Loading branch information
thomaslevesque authored May 3, 2023
2 parents 0130196 + 880f930 commit 751b2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NHotkey/HotkeyEventArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class HotkeyEventArgs : EventArgs
{
private readonly string _name;

internal HotkeyEventArgs(string name)
public HotkeyEventArgs(string name)
{
_name = name;
}
Expand All @@ -18,4 +18,4 @@ public string Name

public bool Handled { get; set; }
}
}
}

0 comments on commit 751b2f7

Please sign in to comment.