Skip to content

Commit

Permalink
Add property
Browse files Browse the repository at this point in the history
  • Loading branch information
davkean committed Aug 6, 2018
1 parent 3559b2b commit 69d9f29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AudioSwitcher/Presentation/ContextMenuPresenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ protected ContextMenuPresenter(IApplication application)

public AudioContextMenuStrip ContextMenu => _contextMenu;

public IApplication Application => _application;

protected virtual AudioContextMenuStrip CreateContextMenu()
{
return new AudioContextMenuStrip();
Expand Down

0 comments on commit 69d9f29

Please sign in to comment.