summaryrefslogtreecommitdiff
path: root/product/Presentation/Presenters/ApplicationMenuPresenter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'product/Presentation/Presenters/ApplicationMenuPresenter.cs')
-rw-r--r--product/Presentation/Presenters/ApplicationMenuPresenter.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/product/Presentation/Presenters/ApplicationMenuPresenter.cs b/product/Presentation/Presenters/ApplicationMenuPresenter.cs
index 896e722..45396b7 100644
--- a/product/Presentation/Presenters/ApplicationMenuPresenter.cs
+++ b/product/Presentation/Presenters/ApplicationMenuPresenter.cs
@@ -2,9 +2,9 @@ using System.Windows.Forms;
using Gorilla.Commons.Utility.Extensions;
using MoMoney.Presentation.Core;
using MoMoney.Presentation.Model.Menu;
-using MoMoney.Presentation.Views.Shell;
+using MoMoney.Presentation.Views;
-namespace MoMoney.Presentation.Presenters.Menu
+namespace MoMoney.Presentation.Presenters
{
public interface IApplicationMenuPresenter : IPresenter
{