File tree Expand file tree Collapse file tree
FiscalDeviceStatusDecoderTest
FiscalDeviceStatusDecoder Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- using FiscalDeviceStatusDecoder . Application ;
1+ using FiscalDeviceStatusDecoder . Application . Services ;
22using FiscalDeviceStatusDecoder . Domain ;
3+ using FiscalDeviceStatusDecoder . Presentation ;
34
4- namespace FiscalDeviceStatusDecoder . Presentation ;
5+ namespace FiscalDeviceStatusDecoder . Application ;
56
67public class MainViewModel : INotifyPropertyChanged
78{
Original file line number Diff line number Diff line change 1- namespace FiscalDeviceStatusDecoder . Application ;
1+ namespace FiscalDeviceStatusDecoder . Application . Services ;
22
33public class Hex
44{
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 55 <TargetFramework >net6.0-windows</TargetFramework >
66 <Nullable >enable</Nullable >
77 <UseWPF >true</UseWPF >
8+ <ApplicationIcon >Presentation\Resources\icon.ico</ApplicationIcon >
89 </PropertyGroup >
910
11+ <ItemGroup >
12+ <Content Include =" Presentation\Resources\icon.ico" />
13+ </ItemGroup >
14+
1015 <ItemGroup >
1116 <Page Include =" App.xaml" />
1217 </ItemGroup >
Original file line number Diff line number Diff line change 88 mc : Ignorable =" d"
99 WindowStartupLocation =" CenterScreen"
1010 ResizeMode =" CanMinimize"
11- Title =" FiscalDeviceStatusDecoder "
11+ Title =" FD Status Decoder "
1212 Height =" 750"
1313 Width =" 700" >
1414 <Window .Resources>
Original file line number Diff line number Diff line change 1+ using FiscalDeviceStatusDecoder . Application ;
12using FiscalDeviceStatusDecoder . Domain ;
2- using FiscalDeviceStatusDecoder . Presentation ;
33using NUnit . Framework ;
44using System . Windows ;
55
You can’t perform that action at this time.
0 commit comments