From 69d9f298810d4f7ca60d7fe99b76c7f4845e781d Mon Sep 17 00:00:00 2001 From: David Kean Date: Mon, 6 Aug 2018 10:42:44 +1000 Subject: [PATCH] Add property --- src/AudioSwitcher/Presentation/ContextMenuPresenter.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AudioSwitcher/Presentation/ContextMenuPresenter.cs b/src/AudioSwitcher/Presentation/ContextMenuPresenter.cs index 882191b..dcc3dd5 100644 --- a/src/AudioSwitcher/Presentation/ContextMenuPresenter.cs +++ b/src/AudioSwitcher/Presentation/ContextMenuPresenter.cs @@ -24,6 +24,8 @@ protected ContextMenuPresenter(IApplication application) public AudioContextMenuStrip ContextMenu => _contextMenu; + public IApplication Application => _application; + protected virtual AudioContextMenuStrip CreateContextMenu() { return new AudioContextMenuStrip();