diff options
Diffstat (limited to 'product/Presentation/Views/IView.cs')
| -rw-r--r-- | product/Presentation/Views/IView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/product/Presentation/Views/IView.cs b/product/Presentation/Views/IView.cs index 521d8aa..c063c40 100644 --- a/product/Presentation/Views/IView.cs +++ b/product/Presentation/Views/IView.cs @@ -2,7 +2,7 @@ using System; using System.ComponentModel; using MoMoney.Presentation.Core; -namespace MoMoney.Presentation.Views.Core +namespace MoMoney.Presentation.Views { public interface IView : IWindowEvents, ISynchronizeInvoke, IDisposable { |
