We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082deaa commit 45bfa0cCopy full SHA for 45bfa0c
2 files changed
FiscalDeviceStatusDecoder/Presentation/MainWindow.xaml
@@ -3,7 +3,6 @@
3
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
5
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
6
- xmlns:local="clr-namespace:FiscalDeviceStatusDecoder.Presentation"
7
xmlns:conv="clr-namespace:FiscalDeviceStatusDecoder.Presentation.Converters"
8
mc:Ignorable="d"
9
WindowStartupLocation="CenterScreen"
FiscalDeviceStatusDecoder/Presentation/MainWindow.xaml.cs
@@ -1,4 +1,4 @@
1
-using FiscalDeviceStatusDecoder.Presentation;
+using FiscalDeviceStatusDecoder.Application;
2
namespace FiscalDeviceStatusDecoder
{
0 commit comments