Skip to content

Commit 45bfa0c

Browse files
committed
Fix namespace.
1 parent 082deaa commit 45bfa0c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

FiscalDeviceStatusDecoder/Presentation/MainWindow.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
6-
xmlns:local="clr-namespace:FiscalDeviceStatusDecoder.Presentation"
76
xmlns:conv="clr-namespace:FiscalDeviceStatusDecoder.Presentation.Converters"
87
mc:Ignorable="d"
98
WindowStartupLocation="CenterScreen"

FiscalDeviceStatusDecoder/Presentation/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using FiscalDeviceStatusDecoder.Presentation;
1+
using FiscalDeviceStatusDecoder.Application;
22

33
namespace FiscalDeviceStatusDecoder
44
{

0 commit comments

Comments
 (0)